Click or drag to resize
WorkflowExecutionContext Methods

The WorkflowExecutionContext type exposes the following members.

Methods
  NameDescription
Public methodStatic memberDeserialize
Deserialize a binary state to context that can be resumed
Public methodGetVariableContainer
Returns variable container of an element
(Inherited from ActiveElementExecutionContext.)
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.)
Top
Extension Methods
See Also