Click or drag to resize
IHistoryQueryCheckActivity 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 CheckActivity(
	string path
)

Parameters

path
Type: SystemString
CurrentNodeName/NodeName/...

Return Value

Type: Boolean
true if the path has been followed otherwise false
Remarks
The path, should contain only the activity in the right order. Starting from last node to top.
See Also