Is there a way I can use two start components in one orchestration job?
so I am trying to trigger the second start component as soon as the first start component completes the run
Hi @arastogi,
There is no way to have more than 1 start component on the canvas at a time.
I am making some assumptions here but it sounds like you want to start 2 orchestrations at the same time or you want to kick off 1 orchestration which then immediately starts another orchestration while continuing to run.
This screenshot shows a main or base orchestration that fires off 2 other orchestrations at the same time.
These screenshots are the second scenario I pointed out where the main orchestration starts Job A which then starts Job B while continuing to run Job A.
I hope this helps!
This is very helpful. Thank you so much Bryan!
After making the changes( second scenario for the above screenshots). For every component in the orchestration job, I have an SNS message that sends
notifications. But the job name is not getting populated in the SNS subject and throwing an error for any component that is in Job A because it can’t find job_name (from the second screenshots for the second scenario that you pointed out where the main orchestration starts Job A which then starts Job B while continuing to run Job A.)
PS: Job B SNS is working fine
Please advise