Click or drag to resize
WorkflowExecutionContext Class
Execution context of a workflow
Inheritance Hierarchy

Namespace: FlexRule.Flows.Workflows
Assembly: FlexRule.Flows.Workflow (in FlexRule.Flows.Workflow.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
[SerializableAttribute]
public class WorkflowExecutionContext : FlowExecutionContext, 
	ITimeInfo

The WorkflowExecutionContext type exposes the following members.

Constructors
  NameDescription
Public methodWorkflowExecutionContext
Top
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 propertyWorkflowInstanceId
Unique identifier of the context provided by an instance of IWorkflowInstanceStateManager
Top
Methods
  NameDescription
Public methodStatic memberDeserialize
Deserialize a binary state to context that can be resumed
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetVariableContainer
Returns variable container of an element
(Inherited from ActiveElementExecutionContext.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberPrepareActivator
Protected methodRegisterContextVariables (Inherited from FlowExecutionContext.)
Public methodRegisterType (Overrides FlowExecutionContextRegisterType(ISignatureTypeInfo, ExecutorSetupInformation).)
Public methodRegisterVariable (Overrides FlowExecutionContextRegisterVariable(ISignatureVariableInfo, ExecutorSetupInformation).)
Public methodRegisterVariablesAndTypes
Registers variables and types in the running context
(Inherited from ActiveElementExecutionContext.)
Public methodReset
Resets the current context
(Inherited from FlowExecutionContext.)
Public methodSerialize
Serialize the current state of the context to a binary format
(Inherited from FlowExecutionContext.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventValueChanged
Notify the host when variable value is changed
(Inherited from ActiveElementExecutionContext.)
Top
Extension Methods
  NameDescription
Public Extension MethodGetReceivers (Defined by WorkflowExecutionContextExtensions.)
Top
See Also