Dependency between 2 differently scheduled flows #15929
Unanswered
tri97nguyen
asked this question in
Q&A
Replies: 1 comment
-
hi @tri97nguyen - as described it seems like there isn't an explicit dependency between A and B, its just that the flow code in B happens to read from some 3rd party source of data that A populates - is that right? in general, we are interested in (and actively working on) being able to "zoom out" and see the event that triggered a flow run and similar types of big-picture dependencies. Can you talk a little about what your ideal DX would be here? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I have
Job A/B could either Flow/Task, but I think Flow is best because I could schedule it.
My question is, how do I see the dependency between Job A and Job B?
I cannot create a parent flow and wrap Job A & Job B together, because Job B doesn't always run when Job A runs. So, I cannot see the dependency like that.
How should I approach this? Thank you!
Beta Was this translation helpful? Give feedback.
All reactions