Hi,
Let's say I have 3 nodes called A, B and C. None of them are connected to each other.
I am able to create a run dependency between C and A, and C and B, such that both A and B must complete before C will run.
However, my scenario is that Node C is dependent on the completion of either node A or node B. So either A or B will complete at runtime but never both as they are parallel flows in the data flow and cannot be made sequential. I want to put a run dependency so that node C executes if A or B complete.
Is that possible in D360?
I hoped the run dependency "ReRun on event from" to be able to help but it doesn't as I guess it only works if the nodes are connected and the data has flowed at least once between the nodes so that it can then 're-run'?
Any suggestions?
Thanks
Scott