-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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][WorkflowTiming] Supports multiple timing plans for one workflow #15151
Comments
I'm not very familiar with the front-end. Can you tell me where the relevant front-end code is? No relevant code was found that was disabled after clicking the |
Instead of being disabled after clicking timing, the trigger is disabled after setting a timer. I'm not familiar with front-end code, so I'm sorry that I can't provide assistance in this regard. |
The relevant file is |
If there is a violation of design theory, does this mean it can only be solved by duplicating the workflow. Or change the scheduled task workflow to allow multiple scheduled tasks to be created in the scheduled task management UI. |
The goal is to have the ability to configure multiple Crontab expression within a single workflow. Does my understanding correct? @HanadaLee |
yes |
Search before asking
Description
Currently, a workflow can only use one scheduled task, so why provide a separate timing management tab for workflow timing. In my opinion, workflow and scheduled planning should have a one-to-many relationship.
As shown in the figure, after turning on scheduled tasks, you can no longer add scheduled tasks, and clicking on scheduled management only jumps to a list of only one scheduled task.
Since there is only one scheduled task management, wouldn’t it be better to directly use the scheduled task as an attribute of the task definition?
Use case
Due to some special timing designs, one crontab configuration cannot meet timing requirements. We hope to provide multiple crontab timings and multiple start and stop times for a workflow. Now it seems that I can only create multiple identical workflows for this, and I must modify all these identical workflows every time I modify them.
Related issues
No
Are you willing to submit a PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: