| WorkflowExecutionContext Properties |
The WorkflowExecutionContext type exposes the following members.
| Name | Description | |
|---|---|---|
| ActivatorRegistry |
Returns the activator that is used to create ActiveElements of the model
(Inherited from ActiveElementExecutionContext.) | |
| CorrelationId | (Inherited from ActiveElementExecutionContext.) | |
| Exception |
Will be set if an exception happens during execution of a model
(Inherited from ActiveElementExecutionContext.) | |
| History | (Inherited from FlowExecutionContext.) | |
| Notifications |
The provider that manages this context
(Inherited from ActiveElementExecutionContext.) | |
| Output |
Output provide for the context. If running model requires to write information on an output this will be used.
(Inherited from ActiveElementExecutionContext.) | |
| State | (Inherited from FlowExecutionContext.) | |
| TimeInfo |
Timing information of the process
| |
| VariableContainer |
Variable container of the context
(Inherited from ActiveElementExecutionContext.) | |
| WorkflowInstance | (Inherited from FlowExecutionContext.) | |
| WorkflowInstanceId |
Unique identifier of the context provided by an instance of IWorkflowInstanceStateManager |