You are viewing an old version of this page. View the current version.
Compare with Current View Page History
Version 1 Next »
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 :
Specify the expected flag that has to be passed in arguments,
Ok it is defined ...
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</
3.
"flag"
>AutoAssign</
4.
</
Here the condition is valid, if the flag AutoAssign is present in arguments ...
On this page:
Useful hint
See also ...