A 'Transition' in a Pega activity is a true/false condition that is evaluated before each step executes. If the transition evaluates to true, the activity continues to the next numbered step. If false, the activity skips subsequent steps and exits. This provides conditional flow control within activities.