IHistoryQueryCheckActivity Method |
Checks if the execution path has been followed
Namespace: FlexRule.FlowsAssembly: FlexRule.Flows (in FlexRule.Flows.dll) Version: 0.0.0.0 (0.0.0.0)
Syntaxbool CheckActivity(
string path
)
Parameters
- path
- Type: SystemString
CurrentNodeName/NodeName/...
Return Value
Type:
Booleantrue 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