WorkflowContext Data Type

Official Content
This documentation is valid for:

This oData Type represents the workflow context and gives information about the execution context. It is provided by the Workflow API.

Properties

Property Type Access Description
ProcessDefinition WorkflowProcessDefinition Read Task Process Definition
Workitem WorkflowWorkitem Read Task Workitem
ProcessInstance WorkflowProcessInstance Read Task Process Instance

Methods

  • Load

 Allows loading workflow context.

Load (processDefinitionId,processInstanceId,workitemId)
 

  • CheckRights

 Allows to check if a Workflow Web Session exists and if the user has permissions to execute the workitem.

CheckRights () : WorkflowError
 

See Also

Workflow Error Codes