Versions Compared

Key

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

...

ConstantDescriptionExample
nullCan be used to evaluate if a field has been assigned a value.
if ( NumFld != null )
true / falseValue of a boolean variable
myBool = true;
WORKFLOW_NAME

The workflow configuration name.

Note
titleNote!

If used in a workflow with name Default.MyWorkflow.workflow_1, this constant will hold the value Default.MyWorkflow.

If the full name is needed, i.e. Default.MyWorkflow.workflow_1, use mimGet("Workflow", "Workflow Name") instead.



debug("Name of workflow:" + WORKFLOW_NAME);
AGENT_NAMEThe Agent name where the variable is called from.debug("Name of Agent:" + AGENT_NAME);