Skip to content

Commit

Permalink
Update operation_order.md with trg.RunStop change
Browse files Browse the repository at this point in the history
According to the change in AliceO2Group/ControlWorkflows#670
  • Loading branch information
knopers8 authored and teo committed Jan 9, 2025
1 parent 8eaa8f8 commit c46119c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/handbook/operation_order.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,10 @@ This is the order of actions happening at a healthy end of run.
### before_STOP_ACTIVITY

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

### leave_RUNNING

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

The environment will then declare a **failure**, the
`STOP_ACTIVITY` transition will be blocked and the environment
will move to `ERROR`.
will move to `ERROR`.

0 comments on commit c46119c

Please sign in to comment.