Types > WorkflowExec
Commerce APITypesWorkflowExec
WorkflowExec

Description

Fields

debug: String!

Debug info (JSON, only available for manual executions)


ended_at: String

The date and time when workflow execution completed

Example: "2014-09-04T12:23:34Z"

Timestamp (RFC 3339)


id: String!

Unique workflow execution identifier. See also: Unique Identifiers

Example: "wx_EQzGqWoY"


input_data: String!

Input data (JSON)


log: String!

Log content


resume_at: String

The date and time when workflow execution should be resumed

Example: "2014-09-04T12:23:34Z"

Timestamp (RFC 3339)


started_at: String

The date and time when workflow execution started

Example: "2014-09-04T12:23:34Z"

Timestamp (RFC 3339)


state: String!

Persistent state (JSON)


stderr: String!

Stderr content


stdout: String!

Stdout content


Used By

Types

WorkflowExecPage, WorkflowExecuteResult

Preview (typescript)

Loading module