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

Assign business id to process instance Added in 8.10

POST 

/process-instances/:processInstanceKey/business-id-assignment

Strongly Consistent About endpoint data consistency

Assigns a business id to an already-running process instance that currently has none.

The assignment is single and irreversible: only artifacts created after the assignment (for example future jobs, user tasks, decision instances, and message subscriptions) carry the business id, while existing artifacts are not retroactively enriched. Re-sending the same business id succeeds as a no-op. This endpoint is only useful while business id uniqueness enforcement is disabled; when it is enabled, the request is rejected with a 409 response.

Required permissions

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

Resource typePermission
PROCESS_DEFINITIONUPDATE_PROCESS_INSTANCE

Request

Responses

The business id is assigned to the process instance.