You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had searched in the issues and found no similar feature requirement.
Description
Add a loop task, such as executing the subsequent process multiple times in a loop. By using the loop task node, can conveniently call it multiple times. Currently, in order to implement this function, a new task script has to be added, which is implemented by calling the interface multiple times. This is very cumbersome.
Use case
Create a loop task, increase the number of loops, this number can be obtained from the previous task, and execute the subsequent process multiple times according to the number of loops.
I hope to generate a parameter list in a preprocessing task, then enter a loop task node to select the workflow that needs to be looped. During this process, choose to generate sub-workflow instances, either in serial or parallel, and determine the number of instances.
Search before asking
Description
Add a loop task, such as executing the subsequent process multiple times in a loop. By using the loop task node, can conveniently call it multiple times. Currently, in order to implement this function, a new task script has to be added, which is implemented by calling the interface multiple times. This is very cumbersome.
Use case
Create a loop task, increase the number of loops, this number can be obtained from the previous task, and execute the subsequent process multiple times according to the number of loops.
Related issues
No response
Are you willing to submit a PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: