Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Usage Cases

This condition allows the transition if

Flag Condition

Overview

Transition is allowed, 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 :

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

Excerpt
hiddentrue

Condition to allow only a Flag is passed.

 

Panel

On this page:

Table of Contents

 

Content by Label
showLabelsfalse
spacesMINYAA
showSpacefalse
sorttitle
typepage
cqllabel = "documentation-space-sample" and type = "page" and space = "MINYAA"
labelsdocumentation-space-sample

Info
titleUseful hint

See also ...