System Parameters
Every workflow has access to the following parameters that are available system wide. These can be useful if only to identify a the date and time a record was processed.
RUN_DATETIME
A timestamp (in ISO 8601 format) of when the workflow started running.
SESSION_ID
A unique auto-generated ID representing the session that caused the workflow to run.
WORKFLOW_ID
A unique auto-generated ID representing the workflow being run.
WORKFLOW_NAME
The name of the workflow being run.
CURRENT_USER
The email address of the user running the workflow.
If the workflow execution is headless (eg. on a schedule), the value will be an empty string ("")
.
WORKSPACE_ID
A unique auto-generated ID representing the workspace that the workflow is contained in.
WORKSPACE_NAME
The name of the workspace that the workflow is contained in.
Last updated
Was this helpful?