IHistoryQueryCheck 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 Check(
string path
)
Parameters
- path
- Type: SystemString
CurrentNodeName/TransitionName/NodeName/...
Return Value
Type:
Booleantrue 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