User Tools

Site Tools


BorderValueHandler

Description

This handler compares the value of a process variable with the border(threshold) value passed to it and sets a new process variable. This will be used later in the process with the help of the VariableDecisionHandler to send the process in the right direction.


Action Class

com.dooris.bpm.actionhandler.BorderValueHandler

Event Type

any type

Action Name

any name

Mandatory Fields

-


Parameter

variableName

Name of the variable to which the amount being assessed belongs. (see Example)

borders

This indicates the threshold values with which the figure will be matched, as well as the potential content of the new process variable(separated by spaces and question mark).

The transitions based on the VariableDecisionHandler require technical, unique names that reflect the potential content (see Example)

decisionName

Name of the new process variable that can guide the process with the VariableDecisionHandler in the right direction (see Example).

Important!

Coding the threshold value sign:

>   --> GT
<  --> LT>=  --> GTEQUALS

<=  --> LTEQUALS

Example

borders=LT 25000 kstv1?GTEQUALS 25000 kstv2?GTEQUALS 50000 kstv3?GTEQUALS 100000 kst4?GTEQUALS 150000 kstv5

Transition Name:

Example Process:

Example Parameter:

en/software/tim/actionhandler/bordervaluehandler.txt · Last modified: 2017/10/09 07:21 by Julian Le