How to keep track of children job statuses within the parent integration
Hi all,
I'm trying to have a main parent integration that then calls two other integrations within it. Since OIC doesn't let you schedule jobs after another, we are creating a parent integration that does that. I'm running into issues figuring out how to keep track of the children integrations' statuses though. For example, if the first children integration fails the second one should not run, but how do I keep track of the first integration's job status? Easiest way would be to get the instance id for the first children integration and check the status of it that way, but I
0