java Camunda dynamically allocate priority

Hi,

I have dozen of processes, each process has its fixed priority.
I wonder if it is possible to dynamically allocate priority across task/job within a single process ?

So let’s say I have a service task inside some process and I would like to do something like ${priority++} ??

Or maybe there is other way to do this with java.