-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Mihai Dragusin edited this page May 24, 2022
·
1 revision
After running a node you can check the stats by checking the NodeTrail
property of a node.
# Node Trail contains some execution stats
node.NodeTrail.NodeName # string
node.NodeTrail.StartedAt # time.Time
node.NodeTrail.FinishedAt # time.Time
node.NodeTrail.NodeError # error
Also after finishing the flow, you can check the traversed nodes in order by accessing NodeFlow
property on the last node.
node.NodeFlow # []string, contains the node names that were traversed in order