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

depend DAG bug #15658

Closed
3 tasks done
banbsyip opened this issue Mar 1, 2024 · 4 comments
Closed
3 tasks done

depend DAG bug #15658

banbsyip opened this issue Mar 1, 2024 · 4 comments

Comments

@banbsyip
Copy link

banbsyip commented Mar 1, 2024

Search before asking

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

What happened

1
2
There is a task C in my task flow that depends on two tasks B and C. However, after one of the dependent tasks A ends, task C starts executing without waiting for the other task B to end. What is going on? ?

What you expected to happen

Problem with multiple dependent tasks

How to reproduce

Help resolve multiple dependency issues

Anything else

No response

Version

dev

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@banbsyip banbsyip added bug Something isn't working Waiting for reply Waiting for reply labels Mar 1, 2024
@fuchanghai
Copy link
Member

hi @banbsyip can you show me the process Instance defintition?

@banbsyip
Copy link
Author

banbsyip commented Mar 4, 2024

hi @banbsyip can you show me the process Instance defintition?

the yip_cs_f_tmp14_test1 process create table yip_cs_f_tmp14_test1 and the yip_cs_f_tmp14_test2 process create table yip_cs_f_tmp14_test2, the process of yip_feature19_tmp should run after both of the two processes dnoe . but when the yip_cs_f_tmp14_test2 done and yip_cs_f_tmp14_test1 not done, the process of yip_feature19_tmp run !
problem

Copy link

github-actions bot commented Apr 4, 2024

This issue has been automatically marked as stale because it has not had recent activity for 30 days. It will be closed in next 7 days if no further activity occurs.

@github-actions github-actions bot added the Stale label Apr 4, 2024
Copy link

This issue has been closed because it has not received response for too long time. You could reopen it if you encountered similar problems in the future.

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

No branches or pull requests

2 participants