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";