Look back and create new task and assigned to same person

Dileep Raju
Giga Guru

 

I am new to flow designer. We have a requirement, In a certain condition flow need to repeat from beginning to end. How to achieve this?


Common Requirement

 

You maybe remember the old times of Workflow editor where you easily could build in loop backs in your flows. An example requirement could be following:

Someone (user A e.g. Technical Consultant) gets a task to create a design document which needs to be validated by someone else (user B e.g. Architect)
So, after closing the task a Design check task will be created and assigned to the user B.
If B completes the check without any concerns the workflow continues with the next steps
If B does not accept the design the design task should be opened again and steps 1. and 2. should be repeated and assigned to same person..

 

 

 

1 ACCEPTED SOLUTION

JenniferRah
Mega Sage

Use the Go back to Flow Logic statement.

 

Or, if something needs to change (like the assignee), you can either use a Flow variable to set that or you can create the whole thing as a Subflow and create a loop to call it however many times you need and send it the changed information.

View solution in original post

2 REPLIES 2

JenniferRah
Mega Sage

Use the Go back to Flow Logic statement.

 

Or, if something needs to change (like the assignee), you can either use a Flow variable to set that or you can create the whole thing as a Subflow and create a loop to call it however many times you need and send it the changed information.

PraveenkumaM
Tera Contributor

@Dileep Raju 

 

Hope you are doing well.

 

You can use 'Do the following until' flow logic to achieve similar loop back in flow designer.

 

Regards,

Praveen