Hi
I have a task that is calling an outside REST service with a java delegate class. If that service is down, and the call fails, how is Camunda “storing” the task, so I can resend/restart it when the REST service is up again?
What is the correct way to notify Camunda engine from a java delegate about storing the task for later retry?
How does Camunda store the data to each given task in such a situation?
Do you have any examples/documentation/tutorials for this issue?
Br
Frank