The problem you need to solve: Be able to intiate a reserved transition of the current issue.
How Minyaa solves this problem: A Workflow Post-Function able to identified candidate Transitions of the current issue depending on a Flag and init the first one.
You have to use this Post-Function in combination with the Flag Condtion.
You add the Flag Condtion to any candidate Transition that may be performed by the Post-Function.
The Post-Function will be able to identify all these candidate transitions and will perform the first valid one .
To configure this Workflow Post-Function, follow these steps :



<post-function >
<function type="class">
<arg name="class.name">com.minyaa.workflow.function.TransitionFlaggedTransitionsFunction</arg>
<arg name="flagproperty">AutoCandidate</arg>
</function>
</post-function>
