Skip to content

Instantly share code, notes, and snippets.

@grahamrhay
Created June 14, 2022 15:24
Embed
What would you like to do?
stateDiagram-v2
    state fork_state <<fork>>
      [*] --> fork_state
      fork_state --> State2
      fork_state --> State3

      state join_state <<join>>
      State2 --> join_state
      State3 --> join_state
      join_state --> State4
      State4 --> [*]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment