Skip to main content

Variables

WFBs that are used to manipulate variables.

NameDescription ParametersResult
Set VariablesSet a local variable. A variable must be defined beforehand
  • Element: the element to set the variable on
  • Variable: Variable previously defined on the element
  • Formula: Value for the variable
  • N/A
    Read VariablesRead a local variable
  • Element: The element which variables are set from
  • Variable: the variable to read
  • Status key: Workflow status
  • Set as current parameter: checkbox that sets the variable to be automatically used by the next WFB
  • N/A
    Set Global VariablesSet a global variable that is bound to the session. The user must be logged in to use it
  • Variable: The global variable which will be changed
  • Formula: Value for the variable
  • N/A
    Read Global VariablesRead a global variable that is bound to the session. The user must be logged in to read it
  • Variable: Global variable which will be read
  • Status Key: The key which will be used for accessing the variable
  • Set as current parameter: checkbox that sets the variable to be automatically used by the next WFB
  • N/A