Clarification on job.forward()

Hello,

Could you please explain the purpose and scope of job.forward() in more detail?
What is its intended use?
Could you also provide an example of its utilization?

Thank you,
Agostino

Hello @tavolate ,

could you please elaborate on this? Where did you find the function? Best case, can you deliver a link to the loc in github?

Best regards,
Jonathan

Hello @tavolate ,

thank you for the link. This makes it clear. The method is part of the camunda-sdk for js.

My best guess is that this method can be used to mark the execution as delegated to unblock the clients’ worker thread.

But maybe @jwulf has more insights here.

Best regards,

Jonathan

Please @jwulf can you help me to understand?