You are viewing the documentation for Blueriq 17. Documentation for other versions is available in our documentation directory.

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Cancel all started tasks

By calling this endpoint, all the started tasks across all nodes will be reopen or reopen and executed if they are automatic tasks.

Rest call

PUT http://<host>:<port>/<runtime_name>/api/v1/scheduler/tasks/cancelStarted

Setting the property blueriq.processengine.cancel-started-tasks to true when running in a multi-node environment might cause problems because the cancellation of started tasks triggered by one node might not know that a specific task could be still in progress on another node and it might cancel it.

Cancel all started tasks endpoint was created in order to avoid these types of situations.

The endpoint overrules the blueriq.processengine.cancel-started-tasks property.

 

 

 

  • No labels