Transition is allowed, if a Flag is passed in arguments.
This function has to be used only in combination with Post-Functions able to pass an argument in the Transition Context.
Minyaa provides following post-functions :
The Condition configuration may be done in XML in Workflow descriptor as follow :
1.
<
condition
type
=
"class"
>
2.
<
arg
name
=
"class.name"
>com.minyaa.workflow.condition.FlagCondition</
arg
>
3.
<
arg
name
=
"flag"
>AutoAssign</
arg
>
4.
</
condition
>
Here the condition is valid, if the flag AutoAssign is present in arguments ...