Zeebe Job Type and execution concern

We have a similar requirement where we have one generic workflow but different implementations for the jobs depending on who is using the workflow.

I wish there is more flexibility in how workers subscribe for jobs(i.e. along with the job type, if there is a way to subscribe based on attributes of the workflow - such as - give me jobs from the workflows which have “client” attribute set to ‘abc’).

For now, as a workaround, we use expressions for the job type to include attributes of the workflow into job type as below(client/client_impl are attributes & assign_task is the job type):

2 Likes