Jump to Content

Interface GetWorkflowCommandOutputProtected

The output of GetWorkflowCommand.

Hierarchy

Properties

$metadata: ResponseMetadata

Metadata pertaining to this request.

Attributes?: WorkflowAttributes

Attributes provided for workflow execution.

ErrorDescription?: string

Workflow error messages during execution (if any).

LastUpdatedAt?: Date

The timestamp that represents when workflow execution last updated.

Metrics?: WorkflowMetrics

Workflow specific execution metrics.

StartDate?: Date

The timestamp that represents when workflow execution started.

Status?: string

Status of workflow execution.

WorkflowId?: string

Unique identifier for the workflow.

WorkflowType?: string

The type of workflow. The only supported value is APPFLOW_INTEGRATION.