
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
â07-06-2020 10:48 PM
Hi ,
I need help on to understand logic and workfing functional of workflow .
How many ways to pass one variable of worfklow to another workflow ,and second will trigger then first workflow get the final variable ?
**Community link already checked points which i get it below :
1- workflow.scratchpad.variable = var xyz ---> from first workflow but i dont know when and how i will use it to second workflow.
2-edit input where you need to create variable ${xyz} and pass to second workflow --> but i dont know how it will work.
3- By using BR
Solved! Go to Solution.
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
â07-06-2020 11:52 PM
Hey Rajababu,
In addition to
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,
Namrata.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
â07-06-2020 11:04 PM
Hi Rajababu
refer the following thread:it might help you.
workflow input variables:
Workflow variables are external values that are passed into and referenced by a workflow during its execution.
If it help mark helpful or correct
Thanks and regards
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
â07-06-2020 11:40 PM
Hi Rajababu,
Refer below link to better understanding of workflow.scratchpad.variable:
Using variables in a workflow:
Regards,
Vishakha
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
â07-06-2020 11:52 PM
Hey Rajababu,
In addition to
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,
Namrata.