Skip to content
Rymflux Documentation
Esc
navigateopen⌘Jpreview
On this page

State machine: [entity name]

State machine: [entity name]

Starter stub. Replace with stateDiagram-v2 for each lifecycle entity. See templates/state-machine-page.md for the full template.

Diagram

stateDiagram-v2
    [*] --> StateA
    StateA --> StateB : event
    StateB --> StateA : revert
    StateB --> [*]

Transitions

From To Trigger Side effects
StateA StateB event

Error states

State Meaning Recovery

Was this page helpful?