Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 62 Insurance
- 536.1K On-Premises Infrastructure
- 138.2K Analytics Software
- 38.6K Application Development Software
- 5.7K Cloud Platform
- 109.4K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71.1K Infrastructure Software
- 105.2K Integration
- 41.6K Security Software
Repeat a step in Orchestration

User_EBUD3
Member Posts: 1 Red Ribbon
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?