Type Alias: CancelProcessInstanceData
type CancelProcessInstanceData = object;
Defined in: gen/types.gen.ts:13926
Properties
body?
optional body:
| {
operationReference?: OperationReference;
}
| null;
Defined in: gen/types.gen.ts:13927
path
path: object;
Defined in: gen/types.gen.ts:13930
processInstanceKey
processInstanceKey: ProcessInstanceKey;
The key of the process instance to cancel.
query?
optional query: never;
Defined in: gen/types.gen.ts:13936
url
url: "/process-instances/{processInstanceKey}/cancellation";
Defined in: gen/types.gen.ts:13937