Click or drag to resize
IHistoryQueryCheck Method
Checks if the execution path has been followed

Namespace: FlexRule.Flows
Assembly: FlexRule.Flows (in FlexRule.Flows.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
bool Check(
	string path
)

Parameters

path
Type: SystemString
CurrentNodeName/TransitionName/NodeName/...

Return Value

Type: Boolean
true if the path has been followed otherwise false
Remarks
The path, is the full path which includes both activities name and transitions. Starting from last node to top.
See Also