Condition Manager
Condition management is generally defined as the process of creating and maintaining conditions that are used to evaluate the prerequisites, before executing any transition. A condition is a criteria or a set of criteria defined for validation. It acts as a bridge between the different states in a stateflow and defines the context for a transition to take place. Applying conditions to a stateflow is useful for verifying that it meets all the requirements before executing any critical transition (like, approval and ticket closure), failing which might result in an incomplete or erroneous operation.
Overview
The Condition Manager module of the application allows an administrator to create validations and confirmations required for the occurrence of a transition. These validations comprise of the rules that enable the application.Basic Components
This module revolves around the following components: A condition is a criteria or a set of criteria defined for validating the prerequisites, before executing any transition.Working with Conditions
The Condition Manager module of the application allows you to create and maintain conditions that can be used for evaluating the transitions to be executed.Associating a Condition to a Transition
While configuring stateflow transition properties, you can associate conditions to a transition by adding confirmation or validation to it as shown below.