Skip to content

Commit 3521342

Browse files
authored
Fix link in operation_order
1 parent abfdabf commit 3521342

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/handbook/operation_order.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Environment operation order
22

33
This chapter attempts to document the order of important operations done during environment transitions.
4-
Since AliECS is an evolving system, the information presented here might be out-of-date, thus please refer to event handling in [environment.go][https://github.com/AliceO2Group/Control/blob/master/core/environment/environment.go) and plugin calls in [ControlWorkflows/workflows/readout-dataflow.yaml](https://github.com/AliceO2Group/ControlWorkflows/blob/master/workflows/readout-dataflow.yaml) for the ultimate source of truth.
4+
Since AliECS is an evolving system, the information presented here might be out-of-date, thus please refer to event handling in [environment.go](https://github.com/AliceO2Group/Control/blob/master/core/environment/environment.go) and plugin calls in [ControlWorkflows/workflows/readout-dataflow.yaml](https://github.com/AliceO2Group/ControlWorkflows/blob/master/workflows/readout-dataflow.yaml) for the ultimate source of truth.
55
Also, please report to the ECS developers any inaccuracies.
66

77
## State machine triggers
@@ -99,4 +99,4 @@ This is the order of actions happening at a healthy end of run.
9999
- `"run_end_completion_time_ms"` is set using current time. It is considered as the EOEOR timestamp.
100100
- `after_STOP_ACTIVITY` hooks with positive weights (incl. 0) are executed:
101101
- `ccdb.RunStop()` at `0`
102-
- `bookkeeping.UpdateRunStop()`, `bookkeeping.UpdateEnv()` at `+100`
102+
- `bookkeeping.UpdateRunStop()`, `bookkeeping.UpdateEnv()` at `+100`

0 commit comments

Comments
 (0)