Skip to content

Commit c46119c

Browse files
knopers8teo
authored andcommitted
Update operation_order.md with trg.RunStop change
According to the change in AliceO2Group/ControlWorkflows#670
1 parent 8eaa8f8 commit c46119c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/handbook/operation_order.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,10 @@ This is the order of actions happening at a healthy end of run.
5454
### before_STOP_ACTIVITY
5555

5656
- `before_STOP_ACTIVITY` hooks with negative weights are executed
57+
- `trg.RunStop()` at `-10`
5758
- `"run_end_time_ms"` is set using the current time. It is considered as the EOR and SOEOR timestamps.
5859
- `before_STOP_ACTIVITY` hooks with positive weights (incl. 0) are executed:
59-
- `trg.RunStop()`, `odc.Stop()` (does not need to return now) at `0`
60+
- `odc.Stop()` (does not need to return now) at `0`
6061

6162
### leave_RUNNING
6263

@@ -194,4 +195,4 @@ If this operation fails for one or more detectors, the
194195

195196
The environment will then declare a **failure**, the
196197
`STOP_ACTIVITY` transition will be blocked and the environment
197-
will move to `ERROR`.
198+
will move to `ERROR`.

0 commit comments

Comments
 (0)