Click or drag to resize
FlowExecutor Constructor

Namespace: FlexRule.Flows
Assembly: FlexRule.Flows (in FlexRule.Flows.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public FlowExecutor(
	IActiveElementExecutionContextProvider contextProvider,
	ActiveElement activeElement,
	bool enableTrace
)

Parameters

contextProvider
Type: FlexRuleIActiveElementExecutionContextProvider
activeElement
Type: FlexRuleActiveElement
enableTrace
Type: SystemBoolean
See Also