For the complete documentation index, see llms.txt.
Skip to main content
Version: 8.10 (unreleased)

Create process instanceAdded in 8.6

POST 

/process-instances

Strongly Consistent About endpoint data consistency

Creates and starts an instance of the specified process. The process definition to use to create the instance can be specified either using its unique key (as returned by Deploy resources), or using the BPMN process id and a version.

Waits for the completion of the process instance before returning a result when awaitCompletion is enabled.

Required permissions

When authorization is enabled, this endpoint requires the following permission. See resources and permissions to learn more.

Resource typePermission
PROCESS_DEFINITIONCREATE_PROCESS_INSTANCE

Request

Responses

The process instance was created.