All Classes and Interfaces
Class
Description
connection to a Camunda 7 server.
Call back asynchronous
Generate BpmnEngineConfiguration for different servers
This can't be a Component, to be used in AutomatorAPI
Copied from CommandWrapper from spring-zeebe.
Key is the Objective Index
Value is a list of two information:
- the reference value in the slot
- the
This object executes a scenario, in a context.
one ExecutionStep in a runScenario
the Scenario Head group a scenario definition
A scenario execution pilot one execution of a scenarioHead
Decide what to do when an error is find: stop or continue?
default is STOPATFIRSTERROR
MODE 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.
This class reference all services, and can be pass in any new object to give access to all services