ExecuteWorkflow Action

Executes a workflow.

Bound Entities

Bound actions are invoked by appending the fully qualified action name to the URI representing an entity or collection.

Entity Type Binding Type
workflow entity

Parameters

Parameters allow for data to be passed to the action.

Name Type Nullable Unicode Description
EntityId
Edm.Guid False True

The ID of the record on which the workflow executes

InputArguments
InputArgumentCollection True True

For internal use only.

Return Type

Type Nullable Description
asyncoperation False The ExecuteWorkflow action returns the following value.

See also