From 7ace1fe7ab898d9f59f2a9636c54c3b9726560dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Tich=C3=A1k?= Date: Thu, 14 Aug 2025 17:22:20 +0200 Subject: [PATCH] [docs] Adding link to environment workflow diagram --- docs/handbook/operation_order.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/handbook/operation_order.md b/docs/handbook/operation_order.md index 66ef2028..7c2924c7 100644 --- a/docs/handbook/operation_order.md +++ b/docs/handbook/operation_order.md @@ -22,6 +22,8 @@ Callback execution is further refined with integer indexes, with the syntax `±i 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. Thus, `before_CONFIGURE+2` will complete execution strictly after `before_CONFIGURE` runs, but strictly before `enter_CONFIGURED-666` is executed. +Following States and Transitions are represented by this diagram: ![ECS environment state machine representation](AliECS-envsm.svg) + ## START_ACTIVITY (Start Of Run) This is the order of actions happening at a healthy start of run.