External task how to set workerId

Hey,

I have a problem there is a external task in BPMN where chose Implementation “external”
Now I have started a process and when I come to the external task iam not able to fetch and lock it (working with rest) because the workerId is not set, how can I set the worker id for that task in the modeler?

You can set the workerId when you make the fetchAndLock call.
An example is available in the REST Docs.

1 Like

AHH thanks,
I missunderstood how to do it :smiley:

Ps Nice response time