Feature: allow to use Loop Workflow action inside Workflow, but do not use Loop Workflow inside a Looping workflow
Added
-
Loop Workflow Action in Workflow: Enabled the use of Loop Workflow action inside standard Workflows.
- Allows iterating over datasets or repeating actions within a workflow.
- Enhances flexibility for batch processing and automation loops.
Restricted
- Added safeguard to prevent nesting Loop Workflow inside another Loop Workflow.
- Protects against infinite loops and system performance issues.
- Displays clear validation error if a Loop Workflow action is attempted inside a looping context.
Improved
- Optimized workflow execution with intelligent loop context checks.
- Enhanced user guidance with warnings for invalid loop nesting.
🔄 Now you can use Loop Workflow in Workflows — safely and efficiently!