How to get the workerId for an external task in camunda rest api

Hello, Camunda forum. I wanted to know how I can get or set the workerId for external tasks in Camunda rest Api. I don’t see it mentioned anywhere in the docs.

Hello my friend!

You can set the workerId when you do a call to POST external-task/fetchAndLock.
Take a look on this oficial Camunda doc :smiley:

I hope this helps!

William Robert Alves