workflowContext

Information about the workflow.

Properties

workflowId string The unique ID of the workflow.
name string The name of the workflow.
description string The workflow description.
lastRun object Details about the most recent run of the workflow.
PropertyTypeDescription
errorobjectDetails about the error if the workflow failed to run. Contains message with a description of the error.
startedAtEpochMsnumberThe timestamp of the run, in UNIX time.
statusstringThe status of the workflow run.
lastSuccessfulRun object Details about the last successful run of the workflow.
PropertyTypeDescription
startedAtEpochMsnumberThe timestamp of the run, in UNIX time.
statusstringThe status of the workflow run.
currentRun object Details about the current run of the workflow.
PropertyTypeDescription
errorobjectDetails about the error if the workflow failed to run. Contains message with a description of the error.
startedAtEpochMsnumberThe timestamp of the run, in UNIX time.
statusstringThe status of the workflow run.
environment string The selected environment.