Who to achive this by using orchestrator

Hi,

I have a two individual process, one is for generating the reports and second process is for send the reports to concern persons. Now i want to generate report and send it across multiple people in a single shot (By using orchestrator concepts ) without any flow breaks. who can i do it. Thanks in advance.

Hello @srinivas_siddam

As you have mentioned you have 2 individual process, you can use invoke process to call the second process after the completion of the first one.

Else you can add an entry to a queue and use queue based based trigger to call the second process.

@Rahul_Unnikrishnan Thank you…