I'm trying to create an orchestration for printing a report, with rules to check if there's no flag existed I would like them to repeat all steps again until they could find a flag so the final report can be printed.
Orchestration
1. Report A
2. Data request to check flag
3. Rules
3.1) If flag existed : got to step 4
3.2) If no flag: repeat from step 1
4.Report B > END
Is there any functionality that I can create loop/repeating steps for this scenario?