======VariableExistsDecisionHandler======= ==== Description ==== This 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). \\ This handler is placed directly on an XOR-decision. ------ ==== Action Class ==== com.dooris.bpm.actionhandler.VariableExistsDecisionHandler \\ ---- ==== Event Type ==== any ==== Action Name ==== any ==== Mandatory Fields ==== - ---- ==== variable==== Here, the name of the variable used to choose the path is entered. ---- ==== Example ==== {{:en:software:tim:actionhandler:variableexistshandler1.png?300|}} {{:en:software:tim:actionhandler:variableexistshandler2.png?300|}} {{:en:software:tim:actionhandler:variableexistshandler3.png?300|}}