Skip to main content
Version: 8.9 (unreleased)

Type Alias: ModifyProcessInstancesBatchOperationData

type ModifyProcessInstancesBatchOperationData = object;

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

Properties

body

body: object;

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

The process instance filter to define on which process instances tokens should be moved, and new element instances should be activated or terminated.

filter

filter: ProcessInstanceFilter;

The process instance filter.

moveInstructions

moveInstructions: ProcessInstanceModificationMoveBatchOperationInstruction[];

Instructions for moving tokens between elements.

operationReference?

optional operationReference: OperationReference;

path?

optional path: never;

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


query?

optional query: never;

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


url

url: "/process-instances/modification";

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