There is an option in Recipe Studio to automatically write a simple transition condition that checks for completion of the preceding step. To set this capability as a default for a recipe, click the Main button, click Recipe Studio Options, click Preferences, and then click Default Transition Conditions. For an individual transition, you can right-click and select Modify, and then click the Default Condition button.
In an operation with default transition writing enabled, when you draw the connecting line from a step to a transition, the transition condition is automatically written as follows:
phaseclass:n/BSTATUS=$phase_state:Complete
The term phaseclass:n is the instance of the particular phase class being used in the operation. The parameter BSTATUS is the phase logic parameter that indicates the current status of the phase. The name $phase_state is a standard named set in the DeltaV system.
To see the text of the transition condition on the diagram instead of the name or description, on the Diagram tab, in the Layout group, click Diagram Preferences. In the Show Diagram section, select Condition under Transitions.