Hi,
I have created 2 Containers. Each container has some calculations..
In 2nd container, I am using Join condition.. one of the input to join condition is the output from 1st container..
So my question is, when I run the workflow, both container started loading.. but my actual requirement is after 1st container loads successfully, then only I want the second container to start load. then only my output will be correct.
Is there anyway to achieve this.