- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2015 09:04 AM
which activity i should use in parent workflow to call subflow.
My requirement here is i need to create on task on change request which will have the approval. so i created a subflow(workflow) on change task table. now i am trying to connect this workflow(subflow) to parent task which is on change request table. can anyone please suggest which activity i should use on parent workflow to call subflow. and how can i connect both.
Although i am trying to connect it by using workflow activity in parent workflow. And when i go to configure this activity than i am not getting any reference to connecting the main subflow to workflow. And there is a reference field in this workflow activity which is refering to workflow instance table, but my workflow(subflow) is not available in this table, even i can see it in workflow version.
Thanks in Advance!!!!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2020 10:15 PM
Checkout your workflow where you want to call another workflow.
Drag another workflow in your main . Then workflow activity will open and you can fill the input variable of your subflow to be passed and map return value, then update/submit.
Your child workflow/subflow will be available in main workflow now connect input and output stream correctly
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2015 08:23 PM
Hi Mohit,
In the workflow editor, in the list of activities on the right hand side, do you have a "Workflows" drop down?
If you expand that, you should be able to see your subflow listed.
Report back if there are any issues,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2015 08:42 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2015 08:46 PM
Hi Mohit,
Is your Question Answered?? Please let me know
Thanks & Regards
Govind Kumar Sharma
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2020 10:12 PM
Checkout your workflow where you want to call another workflow.
Drag another workflow in your main .
Then workflow activity will open and you can fill the input variable of your subflow to be passed and map return value, then update/submit.
Your child workflow/subflow will be available in main workflow now connect input and output stream correctly