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

[Improvement][Master] Work out the issue that the workflow with a task dependency couldn't work well. #15707

Closed
3 tasks done
calvinjiang opened this issue Mar 13, 2024 · 0 comments · Fixed by #15712
Closed
3 tasks done
Assignees
Labels
backend improvement make more easy to user or prompt friendly

Comments

@calvinjiang
Copy link
Contributor

Search before asking

  • I had searched in the issues and found no similar feature requirement.

Description

I have two processes like flow1 and flow2, the flow1 has two tasks: task1 and task2 and the flow2 has two tasks: task3. The task3 depends on the task1 of the flow1 and set schedulers for the flow1 and flow2. After the flow1 executed successfully by its scheduler, and then I run the task2 of the flow1 manually. In this case the flow2 could fail to execute. It's because the task1 of the flow1 wasn't executed by the last process instance. So It's supposed to check if there're other process instances.

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@calvinjiang calvinjiang added improvement make more easy to user or prompt friendly Waiting for reply Waiting for reply labels Mar 13, 2024
@calvinjiang calvinjiang changed the title [Improvement][Master] Work out the issue that the workflow with a single task dependency couldn't work well. [Improvement][Master] Work out the issue that the workflow with a task dependency couldn't work well. Mar 13, 2024
@calvinjiang calvinjiang self-assigned this Mar 14, 2024
@SbloodyS SbloodyS added backend and removed Waiting for reply Waiting for reply labels Mar 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend improvement make more easy to user or prompt friendly
Projects
None yet
2 participants