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

Type Alias: AssignProcessInstanceBusinessIdData

type AssignProcessInstanceBusinessIdData = object;

Properties

body

body: ProcessInstanceBusinessIdAssignmentInstruction;

path

path: object;

processInstanceKey

processInstanceKey: ProcessInstanceKeyWritable;

The key of the process instance to assign the business id to.


query?

optional query?: never;

url

url: "/process-instances/{processInstanceKey}/business-id-assignment";