The following diagram details the stages that a transaction goes through after submission. The transaction progresses through these stages automatically.
stateDiagram-v2
[*] --> PROPOSE
PROPOSE --> SIGN
PROPOSE --> FAILURE
SIGN --> COMBINE
SIGN --> FAILURE
COMBINE --> BROADCAST
COMBINE --> FAILURE
BROADCAST --> SUCCESS
BROADCAST --> FAILURE
SUCCESS --> [*]
FAILURE --> [*]