We have some process (manifest as workflow) that can: 1. Initiated by the client 2. Triggered once a day (we are using schedule for that).
When the daily processes run (1000±), all of the workers are occupied with all the routine workflows - and the client request is waiting at the end of the line.
Can we prioritize a workflow to the head of the queue? (no need to stop running workflow, just that it would be handled first).