Define Pipeline State machine
Open
LIR
- Dominant language
- Java
- Stars
- 14.9k
- Forks
- 3.5k
- Avg merge
- 19h 14m
- Merged PRs (30d)
- 63
Description
Related to #7291
The current pipeline implementation has state properties like **running** or **stopped**, but we don't have anything in place that would enforce the dependencies on the states. As we me forward to Java it's a perfect opportunity to define a formal state machine on the Pipeline.
The first flow that comes to my mind is the following.
created => running => stopping => stopped
crashed?
*TODO* : insert the graph of the state machine.
Contributor guide
Assessment
This issue has not been assessed yet.