Click or drag to resize
WorkflowExecutionContext Properties

The WorkflowExecutionContext type exposes the following members.

Properties
  NameDescription
Public propertyActivatorRegistry
Returns the activator that is used to create ActiveElements of the model
(Inherited from ActiveElementExecutionContext.)
Public propertyCorrelationId (Inherited from ActiveElementExecutionContext.)
Public propertyException
Will be set if an exception happens during execution of a model
(Inherited from ActiveElementExecutionContext.)
Public propertyHistory (Inherited from FlowExecutionContext.)
Public propertyNotifications
The provider that manages this context
(Inherited from ActiveElementExecutionContext.)
Public propertyOutput
Output provide for the context. If running model requires to write information on an output this will be used.
(Inherited from ActiveElementExecutionContext.)
Public propertyState (Inherited from FlowExecutionContext.)
Public propertyTimeInfo
Timing information of the process
Public propertyVariableContainer
Variable container of the context
(Inherited from ActiveElementExecutionContext.)
Public propertyWorkflowInstance (Inherited from FlowExecutionContext.)
Public propertyWorkflowInstanceId
Unique identifier of the context provided by an instance of IWorkflowInstanceStateManager
Top
See Also