- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2020 10:53 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2020 10:58 AM
Hi Chris,
Refer the below Link also For workflow.scratchpad.variable:
For Edit Input Refer the Screenshots:
Parent workflow:
Then in childworkflow:
Create Edit input:
Create variable.
After that access parent variable value in child:
Value which is get from parent will access like above.
u_val is my input variable internal name.
And lastly when we are attaching subflow to parent there will have to insert value to pass to subflow.
Val is my input variable name.
For accessing via Business Rule:
Refer the Link:
Also Go through:
Mark correct and helpful if it resolves your issue!!!
Best Regards
Vishakha

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2020 10:58 AM
Hi,
worfklow.scratchpad variable is used in workflow to pass a value to another activity in that workflow.
In First Activity use like this,
worfklow.scratchpad.var1 = "Test";
In second activity get this value like below
var value = worfklow.scratchpad.var1;
Thanks,
Kunal.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2020 11:02 AM
Hi Chris,
Can you please share your business requirement so that it is clear to me to give answer to your question?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2020 11:04 AM
Hi kunal,
I just want to know how to use that.
Thanks for your help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2023 05:23 AM
I have a catalog task A and catalog task B , whatever worknotes are added in task A should be get copied in task B , how can i achive this using scratchpad in workflow