Versions Compared

Key

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

Beschreibung

Entscheidet, welcher Weg an einer "Weggabelung" genommen werden soll, basierend darauf, ob eine Variable vorhanden (gefüllt) ist. Dazu muss ein möglicher Übergang als false (nicht verfügbar, leer) und die andere als true (vorhanden, gefüllt).

Der ActionHandler VariableExistsDecisionHandler wird direkt auf einer XOR-Entscheidung platziert.

...

Description

Decides which path should be taken at a “fork in the road” based on if a variable is present (filled). For this, one possible transition must be designated as false (not available, empty), and the other designated as true (available, filled).

The ActionHandler VariableExistsDecisionHandler is placed directly on an XOR decision node.

...

Class

Info

com.dooris.bpm.actionhandler.VariableExistsDecisionHandler

Parameter

Hier wird der Name der Variablen eingegeben, mit der der Pfad ausgewählt wird. Das Vorhandensein der Variablen muss verwendet werden, um den richtigen Pfad auszuwählen.

ParameterStandardwert

Default value

BeschreibungDescription

Gültige Beispiele

variable

Valid examples

variable

Here, the name of the variable used to choose the path is entered. The existence of the variable must be used to select the correct path.

Example:

In this example, we have a part of the swimlane from the purchasing workflow. Actionhandler is configured at the 'Order ID existing?' decision node.

...

The decision variable is the orderID from the smartform. If the orderID exists, the workflow will go on to “Finalize and send order” node. Otherwise, “Create Purchase Order ID” node will be processed.

Parameter

Example Value

variable

orderID

Output Parameters in the decision node:
Yes
No

Yes=true
No=false