Skip to main content
Skip table of contents

isVariableSet

Versionshinweise

12.2

Code

GROOVY
ProcessUtils.isVariableSet(String name)

Beschreibung

Testet, ob eine Variable im Kontext des Prozesses vorhanden ist

Parameter

  • name - Der Name der Variable.

Rückgabe

  • true, wenn die Variable exisitert.
  • false, wenn die Variable nicht exisitert.

Beispiele

GROOVY
boolean isVarSet = ProcessUtils.isVariableSet("var");
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.