Expand description
Run and step lifecycle: RUN_* and STEP_*.
Structsยง
- RunError
Event - The run failed. No further events follow.
- RunFinished
Event - The last event of a run that did not error.
- RunStarted
Event - The first event of every run.
- Step
Finished Event - Closes a named step.
- Step
Started Event - Opens a named step within a run.