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 WAIT: the worker wait the waitingTime time ASYNCHRONOUS: the worker release the method, wait asynchrously the waiting time and send back the answer ASYNCHRONOUSLIMITED: same as ASYNCHRONOUS, 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.