Quicksave Logo

Parallel State

A Parallel State is a state that contains multiple substates. All child states become active simultaneously and progress independently.

When to Use a Parallel State

  • Modeling concurrent behaviors (e.g., multiple UI transitions at once).

Properties

PropertyDetails
NameName of the State.
On doneState to transition to once all substates are done.
Entry actionsActions to trigger upon entering the State.
Exit actionsActions to trigger upon exiting the State
ActivitiesActivities tied to the state.
ServicesServices to invoke from the state.
TransitionsEvents that trigger a transition. A target state and condition can be set with the transition.