Skip to content

Commit 7ace1fe

Browse files
author
Michal Tichák
committed
[docs] Adding link to environment workflow diagram
1 parent 5706306 commit 7ace1fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/handbook/operation_order.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ Callback execution is further refined with integer indexes, with the syntax `±i
2222
An expression with no index is assumed to be indexed `+0`. These indexes do not correspond to timestamps, they are discrete labels that allow more granularity in callbacks, ensuring a strict ordering of callback opportunities within a given callback moment.
2323
Thus, `before_CONFIGURE+2` will complete execution strictly after `before_CONFIGURE` runs, but strictly before `enter_CONFIGURED-666` is executed.
2424

25+
Following States and Transitions are represented by this diagram: ![ECS environment state machine representation](AliECS-envsm.svg)
26+
2527
## START_ACTIVITY (Start Of Run)
2628

2729
This is the order of actions happening at a healthy start of run.

0 commit comments

Comments
 (0)