Usage Cases

This condition allows the transition if a Flag is passed in arguments.

 

Add the Condition

Select the Flag Condition ... 

This function has to be used in combination with Post-Functions or any other Third Part Initiator able to pass an argument in the Transition Context.

Minyaa provides following post-functions :

Edit and View Parameters

Specify the expected flag that has to be passed in arguments,         

OK, it is defined ...

Now, the condition is valid, only if the flag AutoAssign is present in arguments ... It can have been passed by one of Minyaa Post-Function, but also in a dedicated development as Initiator (JIRA Service, Listener, ...)

 

XML Declaration

The Condition configuration may be done in XML in Workflow descriptor as follow :

<condition type="class">
	<arg name="flag">AuoAssign</arg>
	<arg name="class.name">fr.alkaes.myaawf.workflow.condition.FlagCondition</arg>
</condition>

On this page:

 

Useful hint

See also ...

  • No labels