New version 0.13.0!

v0.13.0

Clients

Retry Failed Tasks

It is possible to retry one or more tasks from running workflows. Those tasks can be targeted by id, by status or by class.

We can also retry tasks on running workflows targeted by tag.

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

Tasks are considered failed when all automatic retries have failed.

Previous
Start Parallel Method