Process Instance
📄️ Get List
Queries for process instances that fulfill given parameters.
📄️ Get List (POST)
Queries for process instances that fulfill given parameters through a JSON object.
📄️ Get List Count
Queries for the number of process instances that fulfill given parameters.
📄️ Get List Count (POST)
Queries for the number of process instances that fulfill the given parameters.
📄️ Delete Async (POST)
Deletes multiple process instances asynchronously (batch).
📄️ Delete Async Historic Query Based (POST)
Deletes a set of process instances asynchronously (batch) based on a historic process instance query.
📄️ Set Job Retries Async (POST)
Create a batch to set retries of jobs associated with given processes asynchronously.
📄️ Set Job Retries Async Historic Query Based (POST)
Create a batch to set retries of jobs asynchronously based on a historic process instance query.
📄️ Correlate Message Async (POST)
Correlates a message asynchronously to executions that are waiting for this message.
📄️ Activate/Suspend In Group
Activates or suspends process instances by providing certain criteria:
📄️ Activate/Suspend In Batch
Activates or suspends process instances asynchronously with a list of process instance ids,
📄️ Set Variables Async (POST)
Update or create runtime process variables in the root scope of process instances.
📄️ Delete
Deletes a running process instance by id.
📄️ Get Process Instance
Retrieves a process instance by id, according to the `ProcessInstance` interface in the engine.
📄️ Get Activity Instance
Retrieves an Activity Instance (Tree) for a given process instance by id.
📄️ Modify Process Instance Execution State
Submits a list of modification instructions to change a process instance's execution state.
📄️ Modify Process Instance Execution State Async
Submits a list of modification instructions to change a process instance's execution state async.
📄️ Activate/Suspend Process Instance By Id
Activates or suspends a given process instance by id.
📄️ Get Process Variables
Retrieves all variables of a given process instance by id.
📄️ Update/Delete Process Variables
Updates or deletes the variables of a process instance by id. Updates precede deletions.
📄️ Delete Process Variable
Deletes a variable of a process instance by id.
📄️ Get Process Variable
Retrieves a variable of a given process instance by id.
📄️ Update Process Variable
Sets a variable of a given process instance by id.
📄️ Get Process Variable (Binary)
Retrieves the content of a Process Variable by the Process Instance id and the Process Variable name.
📄️ Update Process Variable (Binary)
Sets the serialized value for a binary variable or the binary value for a file variable.