Versions Compared

Key

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

...

Built-in variables are listed alphabetically within the following categories on this page:

Anchor
Agent Variables
Agent Variables
Agent Variables

...

Note
titleNote

Although they have the same syntax, ${ops_agent_id}, this Agent Queue Name 63578354 Agent variable resolves to a different value than the Agent sys_id 63578354 Agent-based task instance variable.

...

Note
titleNote

Although they have the same syntax, ${ops_agent_id}, this Agent sys_id 63578354 Agent-based task instance variable resolves to a different value than the Agent Queue Name 63578354 Agent variable.

Agent Queue Name

...

Recurrence Count Minus One

DescriptionResolves to the current count of task recurrences minus one.
Syntax${ops_recurrence_count_minus_1}
Example

Source Instance ID

Description

Resolves to the ID of the Recurrence task instance.

Syntax

${ops_source_instance_id}

Example


...

Description

Resolves to the sequentially assigned number, maintained per task, representing the creation order of the instance. For example, if you launch a task twice, the first task instance will have instance number 1, and the second task instance will have instance number 2.
 

Note
titleNote

Although it still is supported, the Reference Id built-in variable has been superseded by the Instance Number built-in variable.


Syntax

${ops_task_ref_count}

Example


...

Description

Resolves to the task type.

Syntax

${ops_task_type}

Example


Task Vertex ID

Description

Resolves to the value of the task’s vertex id in a workflow.

Syntax

${ops_vertex_id}

Example

Ops_vertex_id = 5

Time Zone (Task time zone)

Description

Resolves to the time zone of the task instance, as specified by the Time Zone Preference field.

Syntax

${ops_task_time_zone}

Example


...