Package org.camunda.automator.definition
package org.camunda.automator.definition
-
ClassDescriptionthe Scenario Head group a scenario definitionA scenario execution pilot one execution of a scenarioHeadDecide what to do when an error is find: stop or continue? default is STOPATFIRSTERRORMODE EXECUTION CLASSICAL, WAIT: the worker wait the waitingTime time THREAD, ASYNCHRONOUS: the worker release the method, wait asynchronously the waiting time and send back the answer THREADTOKEN, ASYNCHRONOUSLIMITED: same as THREAD, but use the maxClient information to not accept more than this number In ASYNCHRONOUS, the method can potentially having millions of works in parallel (it accept
works, but because it finish the method, then Zeebe Client will accept more works.