Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature][dolphinscheduler-master] Add loop task #14619

Closed
2 of 3 tasks
1205747671 opened this issue Jul 21, 2023 · 3 comments
Closed
2 of 3 tasks

[Feature][dolphinscheduler-master] Add loop task #14619

1205747671 opened this issue Jul 21, 2023 · 3 comments
Labels
discussion discussion feature new feature

Comments

@1205747671
Copy link

Search before asking

  • 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.

Related issues

No response

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@1205747671 1205747671 added feature new feature Waiting for reply Waiting for reply labels Jul 21, 2023
@SbloodyS SbloodyS added discussion discussion and removed Waiting for reply Waiting for reply labels Jul 24, 2023
@jiaoew1991
Copy link

We have the same requirement, any progress ?

@zhongjiajie
Copy link
Member

is this same or like dynamic task? https://dolphinscheduler.apache.org/en-us/docs/3.2.0/guide/task/dynamic

@sunVII
Copy link

sunVII commented Feb 26, 2024

is this same or like dynamic task? https://dolphinscheduler.apache.org/en-us/docs/3.2.0/guide/task/dynamic

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.
0 jpg

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion discussion feature new feature
Projects
None yet
Development

No branches or pull requests

5 participants