Click or drag to resize
IActiveElementExecutionContext Interface
An engine that executes active elements inside a context with this interface

Namespace: FlexRule
Assembly: FlexRule.Core.Element (in FlexRule.Core.Element.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public interface IActiveElementExecutionContext : IActiveElementActivationContext

The IActiveElementExecutionContext type exposes the following members.

Properties
  NameDescription
Public propertyActivatorRegistry
Access the main registry in the activation context
(Inherited from IActiveElementActivationContext.)
Public propertyCorrelationId
A correlation identifier across multiple different logic
Public propertyException
Stores the unhandled exception if any occurred in the model execution
Public propertyNotifications
Notification of the running context
Public propertyOutput
Gives access to available output
Public propertyVariableContainer
Gives access to available variables container
Top
Methods
  NameDescription
Public methodReset
Resets the execution context
Top
See Also