I have a scenario where I have two jobs Dispatcher and Performer which will run when a new email arrives in my inbox. I want to run first Distpather and then Performer, but the issue is Performer gets started first then dispatcher.
Even though I have set the Process priority as Dipatcher–>Low and Performer–> High.
I am am not using the queue here.
Can you please suggest any way, how to resolve this?