Jump to Content

New API Documentation - Developer Preview Available

We are excited to announce the developer preview of our new API documentation for AWS SDK for JavaScript v3. Please follow instructions on the landing page to leave us your feedback.

Hierarchy

Properties

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.