Can you have a sub-workflow within a sub-workflow

John H1
Tera Guru

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

 

JohnH1_0-1698090917949.png

 

1 ACCEPTED SOLUTION

Tony Chatfield1
Kilo Patron

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?

View solution in original post

2 REPLIES 2

Tony Chatfield1
Kilo Patron

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?

John H1
Tera Guru

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?