Workflow metadata provides information about the current execution and is automatically available in the context. You can use metadata to build more flexible workflows and include dynamic details in messages, tickets, logs, and debugging steps. Metadata can also be passed to nested workflows.
Access metadata
Use metadata: Reference metadata using
{{ $.metadata.<field> }}
Common metadata fields
Field | Description |
| The ID of the workspace where the workflow is executed. |
| The name of the workspace where the workflow is executed. |
| The ID of the case from which the workflow was triggered (if applicable). |
| The ID of the trigger event. |
| The ID of the current execution. |
| The nesting level of the execution. |
| A link to the execution Run Log in Torq. |
| The ID of the parent execution. |
| The ID of the parent workflow. |
| The email of the user who triggered the workflow (if applicable). |
| The ID of the workflow being executed. |
| The name of the workflow being executed. |
| The ID of the workflow revision being executed. |

