Process Definition
📄️ Get List
Queries for process definitions that fulfill given parameters. Parameters may be the properties of
📄️ Get List Count
Requests the number of process definitions that fulfill the query criteria.
📄️ Delete By Key
Deletes process definitions by a given key which belong to no tenant id.
📄️ Get
Retrieves the latest version of the process definition which belongs to no tenant according to the `ProcessDefinition` interface in the engine.
📄️ Get Deployed Start Form
Retrieves the deployed form that can be referenced from a start event.
📄️ Get Diagram
Retrieves the diagram for the latest version of the process definition which belongs to no tenant.
📄️ Get Start Form Variables
Retrieves the start form variables for the latest process definition which belongs to no tenant
📄️ Update History Time to Live
Updates history time to live for the latest version of the process definition which belongs to no tenant.
📄️ Get Rendered Start Form
Retrieves the rendered form for the latest version of the process definition which belongs to no tenant.
📄️ Start Instance
Instantiates a given process definition, starts the latest version of the process definition
📄️ Get Start Form Key
Retrieves the key of the start form for the latest version of the process definition
📄️ Get Activity Instance Statistics
Retrieves runtime statistics of the latest version of the given process definition
📄️ Submit Start Form
Starts the latest version of the process definition which belongs to no tenant
📄️ Activate/Suspend by Id
Activates or suspends a given process definition by latest version of process definition key
📄️ Delete By Key
Deletes process definitions by a given key and which belong to a tenant id.
📄️ Get
Retrieves the latest version of the process definition for tenant according to
📄️ Get Deployed Start Form
Retrieves the deployed form that can be referenced from a start event.
📄️ Get Diagram
Retrieves the diagram for the latest version of the process definition for tenant.
📄️ Get Start Form Variables
Retrieves the start form variables for the latest process definition for a tenant
📄️ Update History Time to Live
Updates history time to live for the latest version of the process definition for a tenant.
📄️ Get Rendered Start Form
Retrieves the rendered form for the latest version of the process definition for a tenant.
📄️ Start Instance
Instantiates a given process definition, starts the latest version of the process definition for tenant.
📄️ Get Start Form Key
Retrieves the key of the start form for the latest version of the process definition for a tenant.
📄️ Get Activity Instance Statistics
Retrieves runtime statistics of the latest version of the given process definition for a tenant,
📄️ Submit Start Form
Starts the latest version of the process definition for a tenant
📄️ Activate/Suspend by Id
Activates or suspends a given process definition by the latest version of
📄️ Get XML
Retrieves latest version the BPMN 2.0 XML of a process definition.
📄️ Get XML
Retrieves latest version the BPMN 2.0 XML of a process definition.
📄️ Get Process Instance Statistics
Retrieves runtime statistics of the process engine, grouped by process definitions.
📄️ Activate/Suspend By Key
Activates or suspends process definitions with the given process definition key.
📄️ Delete
Deletes a running process instance by id.
📄️ Get
Retrieves a process definition according to the `ProcessDefinition` interface in the engine.
📄️ Get Deployed Start Form
Retrieves the deployed form that can be referenced from a start event.
📄️ Get Diagram
Retrieves the diagram of a process definition.
📄️ Get Start Form Variables
Retrieves the start form variables for a process definition
📄️ Update History Time to Live
Updates history time to live for process definition.
📄️ Get Rendered Start Form
Retrieves the rendered form for a process definition.
📄️ Restart Process Instance
Restarts process instances that were canceled or terminated synchronously.
📄️ Restart Process Instance Async
Restarts process instances that were canceled or terminated asynchronously.
📄️ Start Instance
Instantiates a given process definition.
📄️ Get Start Form Key
Retrieves the key of the start form for a process definition.
📄️ Get Static Called Process Definitions
For the given process, returns a list of called process definitions corresponding
📄️ Get Activity Instance Statistics
Retrieves runtime statistics of a given process definition, grouped by activities.
📄️ Submit Start Form
Starts a process instance using a set of process variables and the business key.
📄️ Activate/Suspend By Id
Activates or suspends a given process definition by id.
📄️ Get XML
Retrieves the BPMN 2.0 XML of a process definition.