| WorkflowExecutionContext Class |
Namespace: FlexRule.Flows.Workflows
[SerializableAttribute] public class WorkflowExecutionContext : FlowExecutionContext, ITimeInfo
The WorkflowExecutionContext type exposes the following members.
| Name | Description | |
|---|---|---|
| WorkflowExecutionContext |
| 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.) | |
| WorkflowInstanceId |
Unique identifier of the context provided by an instance of IWorkflowInstanceStateManager |
| Name | Description | |
|---|---|---|
| Deserialize |
Deserialize a binary state to context that can be resumed
| |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetVariableContainer |
Returns variable container of an element
(Inherited from ActiveElementExecutionContext.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| PrepareActivator | ||
| RegisterContextVariables | (Inherited from FlowExecutionContext.) | |
| RegisterType | (Overrides FlowExecutionContextRegisterType(ISignatureTypeInfo, ExecutorSetupInformation).) | |
| RegisterVariable | (Overrides FlowExecutionContextRegisterVariable(ISignatureVariableInfo, ExecutorSetupInformation).) | |
| RegisterVariablesAndTypes |
Registers variables and types in the running context
(Inherited from ActiveElementExecutionContext.) | |
| Reset |
Resets the current context
(Inherited from FlowExecutionContext.) | |
| Serialize |
Serialize the current state of the context to a binary format
(Inherited from FlowExecutionContext.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| ValueChanged |
Notify the host when variable value is changed
(Inherited from ActiveElementExecutionContext.) |
| Name | Description | |
|---|---|---|
| GetReceivers | (Defined by WorkflowExecutionContextExtensions.) |