This AI is still in early stages of development.
You are viewing an old version of this page. View the current version.
Compare with Current View Page History
« Previous Version 3 Next »
Processes("myProcess").abort(all); // note: instance.onEnd() will be called when the aborted run ends
all
Boolean
If true all queued runs will be cancelled.
true
The process instance is returned, so you can chain more instance methods, eg:
Processes("foo").abort(...).addTask(...).run();
Requires: