Hi @rvnth ,
Not required to restart the second workflow each time.
Keep the second workflow in started state and In the 1st workflow, Make sure you have given 'false' in the xtk.workflow.PostEvent syntax
Example,
xtk.workflow.PostEvent("workflow_internalName","signal","","", false);
If the val...