In our cases, we deploy different bpmn processes which may contain jobs of same type name.
my-first-process
job-init
job-aaa
my-second-process
job-init
job-bbb
Seems the Java Client API can only pass a job-type args when initializing a worker. Problems occurs when we want to handle the job-init
of my-first-process
but the worker may poll job-init
of my-second-process
. So is there anyway for woker to poll job of specific bpmn process id?