Versions Compared

Key

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

Description

The VariableDecisionHandler allows the user to pre-define the process path after an XOR gateway based on process variables.

Info

The VariableDecisionHandler was previously called SmartformDecisionHandler. However, it is still accessible via the class: com.dooris.bpm.actionhandler.SmartFormDecissionHandler.

...

Class

Code Block
com.dooris.bpm.actionhandler.VariableDecisionHandler

Parameter of the XOR gateway

Parameter

Default value

Description

variableName

Status
titlemandatory

Status
titlen/a

Name of the process variable stored in the smartform, based on whose value a process path is chosen.

Panel
panelIconIdatlassian-light_bulb_on
panelIcon:light_bulb_on:
panelIconText:light_bulb_on:
bgColor#F4F5F7

Good to know

Alternatively, you could use the parameter name processVariable instead of variableName. Both parameter names work the same.

Avoid adding both parameter names at once for the same XOR gateway. If both are given, only the value of variableName will be considered, while the value of processVariable will be ignored.

defaultTransition

Status
titlen/a

This parameter defines which process path will be selected if the process variable is not defined.

Parameter of the outgoing sequence flows

For each condition, there will be one Output parameter with a Name for the parameter and an ID:

...