Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Body
A map of variables which are used for evaluation of the conditions and are injected into the process instances which have been triggered. Each key is a variable name and each value a JSON variable value object with the following properties.
Used for the process instances that have been triggered after the evaluation.
Used to evaluate a condition for a tenant with the given id. Will only evaluate conditions of process definitions which belong to the tenant.
A Boolean value that indicates whether the conditions should only be evaluated of process definitions which belong to no tenant or not. Value may only be true, as false is the default behavior.
Used to evaluate conditions of the process definition with the given id.
Response
Request successful.
The id of the process instance.
The id of the process definition that this process instance belongs to.
The business key of the process instance.
The id of the case instance associated with the process instance.
A flag indicating whether the process instance has ended or not. Deprecated: will always be false!
A flag indicating whether the process instance is suspended or not.
The tenant id of the process instance.
The links associated to this resource, with method, href and rel.