- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-23-2023 12:55 PM
I have a need to have a sub-workflow within a sub-workflow. We have a complex form that requires additional task and I need to have the new task in a new workflow.
This new workflow will be within a workflow that is within yet another workflow (basically three layers)
I can get the process to move to the third workflow (which uses a Switch) but it hangs on the switch and does not move forward
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-23-2023 04:17 PM
Hi, I don't see why this wouldn't be possible as the sub-flow is less 'embedded' and more 'called from', the containing flow. Unfortunately, a screenshot doesn't help with understanding of your configuration, are you passing correct\appropriate details between the workflows via scratchpad variables?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-23-2023 04:17 PM
Hi, I don't see why this wouldn't be possible as the sub-flow is less 'embedded' and more 'called from', the containing flow. Unfortunately, a screenshot doesn't help with understanding of your configuration, are you passing correct\appropriate details between the workflows via scratchpad variables?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-24-2023 08:12 AM
I have done some additional testing and removed the Switch activity from the new workflow and it works as expected. On the form I'm using a list collector to show multiple applications so the user can select multiple applications. Depending on what application is selected it would be routed to that group to install.
Does this help answer your question?