| FlowExecutionContext Class |
Namespace: FlexRule.Flows
[SerializableAttribute] public class FlowExecutionContext : ActiveElementExecutionContext, IActiveElementCleanup, IActiveElementLifecycle
The FlowExecutionContext type exposes the following members.
| Name | Description | |
|---|---|---|
| FlowExecutionContext |
| 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 | ||
| 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 | ||
| VariableContainer |
Variable container of the context
(Inherited from ActiveElementExecutionContext.) | |
| WorkflowInstance |
| Name | Description | |
|---|---|---|
| Deserialize |
Deserialize a binary state to context that can be resumed
| |
| GetVariableContainer |
Returns variable container of an element
(Inherited from ActiveElementExecutionContext.) | |
| PrepareActivator | ||
| RegisterContextVariables | ||
| RegisterType | (Overrides ActiveElementExecutionContextRegisterType(ISignatureTypeInfo, ExecutorSetupInformation).) | |
| RegisterVariable | (Overrides ActiveElementExecutionContextRegisterVariable(ISignatureVariableInfo, ExecutorSetupInformation).) | |
| RegisterVariablesAndTypes |
Registers variables and types in the running context
(Inherited from ActiveElementExecutionContext.) | |
| Reset |
Resets the current context
(Overrides ActiveElementExecutionContextReset.) | |
| Serialize |
Serialize the current state of the context to a binary format
|
| Name | Description | |
|---|---|---|
| ValueChanged |
Notify the host when variable value is changed
(Inherited from ActiveElementExecutionContext.) |
| Name | Description | |
|---|---|---|
| IsMonadParameterReference | (Defined by MonadParameterReferenceExtension.) |