Skip to main content
Version: 8.9 (unreleased)

Type Alias: BatchOperationTypeEnum

type BatchOperationTypeEnum =
| "ADD_VARIABLE"
| "CANCEL_PROCESS_INSTANCE"
| "DELETE_DECISION_DEFINITION"
| "DELETE_DECISION_INSTANCE"
| "DELETE_PROCESS_DEFINITION"
| "DELETE_PROCESS_INSTANCE"
| "MIGRATE_PROCESS_INSTANCE"
| "MODIFY_PROCESS_INSTANCE"
| "RESOLVE_INCIDENT"
| "UPDATE_VARIABLE";

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

The type of the batch operation.