SyncBulkOperation Action

Performs bulk operations to cancel, resume, or pause workflows.

Parameters

Parameters allow for data to be passed to the action.

Name Type Nullable Unicode Description
QuerySet
Collection(QueryExpression) False True

A query that identifies the workflow records to perform the operation on.

OperationType
Edm.Int32 False True

The operation to perform. 0 = pause, 1 = resume, 2 = cancel.

Return Type

Type Nullable Description
SyncBulkOperationResponse False Contains the response of the SyncBulkOperation action.

See also