New version 0.13.0!

v0.13.0

Clients

Retry Failed Workflow Task

When an error occured within the workflow definition itself, the corresponding instance is stalled. The worklow itself is executed in a special task called WorkflowTask. After having fixed the workflow definition, the instance can be resume by using:

We can also target workflows by tag:

The retryWorkflowTask method returns when the adhoc message is sent to Pulsar. We can use the retryWorkflowTaskAsync method if we want to send the adhoc message asynchronously.

Previous
Retry Failed Tasks