Skip to content

Guard

Guard

A guard is an expression that evaluates to a boolean value. Guards are used within transitions to determine whether a transition is taken.

"v==5"