Skip to main content
Version: 8.9 (unreleased)

Type Alias: CancelProcessInstancesBatchOperationData

type CancelProcessInstancesBatchOperationData = object;

Defined in: gen/types.gen.ts:13381

Properties

body

body: object;

Defined in: gen/types.gen.ts:13385

The process instance filter that defines which process instances should be canceled.

filter

filter: ProcessInstanceFilter;

The process instance filter.

operationReference?

optional operationReference: OperationReference;

path?

optional path: never;

Defined in: gen/types.gen.ts:13392


query?

optional query: never;

Defined in: gen/types.gen.ts:13393


url

url: "/process-instances/cancellation";

Defined in: gen/types.gen.ts:13394