This AI is still in early stages of development.
Â
Processes("myProcess").deactivate(quiet);
quiet
Boolean
If true the instance.onDeactivate() event will not be fired.
true
The process instance is returned, so you can chain more instance methods, eg:
Processes("foo").deactivate(...).addTask(...).run();
Requires:
Related documentation: