Execution
Get Executions
Queries for the executions that fulfill given parameters.
Get Executions (POST)
Queries for executions that fulfill given parameters through a JSON object.
Get Execution Count
Queries for the number of executions that fulfill given parameters.
Get Execution Count (POST)
Queries for the number of executions that fulfill given parameters. This method
Get Execution
Retrieves an execution by id, according to the `Execution` interface in the
Create Incident
Creates a custom incident with given properties.
Get Local Execution Variables
Retrieves all variables of a given execution by id.
Update/Delete Local Execution Variables
Updates or deletes the variables in the context of an execution by id. The updates
Delete Local Execution Variable
Deletes a variable in the context of a given execution by id. Deletion does not
Get Local Execution Variable
Retrieves a variable from the context of a given execution by id. Does not traverse
Put Local Execution Variable
Sets a variable in the context of a given execution by id. Update does not
Get Local Execution Variable (Binary)
Retrieves a binary variable from the context of a given execution by id. Does not
Post Local Execution Variable (Binary)
Sets the serialized value for a binary variable or the binary value for a file
Get Message Event Subscription
Retrieves a message event subscription for a given execution by id and a message
Trigger Message Event Subscription
Delivers a message to a specific execution by id, to trigger an existing message
Trigger Execution
Signals an execution by id. Can for example be used to explicitly skip user tasks