Flow Designer with silo'd Tasks based on List Collector values in variable

Mark Brogna
Tera Contributor

 

I have a catalog item that allows the end user to select one to many Business Services using my catalog item.

MarkBrogna_0-1739485128509.png

 

After submittal, I want first tasks (Task 1) created for all selected Business Services. In this use case, there would be two tasks. If 5 Business Services were created there would be 5 tasks created.

 

When the fulfiller approves one of the tasks (i.e. Task 1 for Adobe Download Manager), a second task should be created for ONLY this single Business Service. Task 2 for the second business service in my example (Task 2 for Apache Tomcat) won't be created until Task 1 for Apache Tomcat is closed.

 

Lastly, once both Business Services are routed through both tasks (Task 1 and Task 2) and closed, only then can the ritm be closed.

 

5 REPLIES 5

@Mark Brogna If your requirement is to create level 1 tasks for all the business services in the list and then level 2 task of individual business service should be created after the leve1 task of that particular business service is completed, you can try following flow logic

 

Wait for completion should be unchecked as shown below

 

 

SwathiPedireddy_1-1739615157515.png

The subflow can have the tasks which are required as below. You can create level 2 task after level 1 task is completed for particular business service

SwathiPedireddy_2-1739615272551.png

 

Thanks,

Swathi