Skip to content

Commit 36e304a

Browse files
committed
update old reference to fatal error state now ErrorProcessing.
Fixes #108
1 parent b61d415 commit 36e304a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/node_lifecycle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Any managed service requests to a node in the inactive state will not be answere
100100
This is the main state of the node's life cycle.
101101
While in this state, the node performs any processing, responds to service requests, reads and processes data, produces output, etc.
102102

103-
If an error that cannot be handled by the node/system occurs in this state, the transition to the `fatal error` state is taken.
103+
If an error that cannot be handled by the node/system occurs in this state, the node will transition to `ErrorProcessing`.
104104

105105
#### Valid transitions out of Active
106106

0 commit comments

Comments
 (0)