camunda / camunda-external-task-client-java

This codebase was merged with https://github.com/camunda/camunda-bpm-platform. Only some maintenance branches might still be active.
60 stars 49 forks source link

Detect canceled ExternalTasks #128

Open tobiaskahl opened 3 years ago

tobiaskahl commented 3 years ago

If an external task is canceled within the process engine, I as a client can only recognize this when I want to complete this task or extend the lock.

I would expect - at least during the period in which I have actively locked the tasks - to receive information about the cancellation in order to be able to cancel long-running tasks in the worker.

Unfortunately, I can neither discover the corresponding possibilities in the Java client nor in the REST API. Is something planned here?

Best regards,