| A condition can prevent a transition from firing,
based on the current situation. Examples:
- Does the current user have a certain role on the current URL?
- Does a certain state variable have a certain value (e.g., is the document published)? (BooleanVariableCondition)
-
- Is the sun shining? (e.g., if the weather report may only be published on sunny days)
|