WorkflowRunSummary - Amazon Nova Act

WorkflowRunSummary

Summary information about a workflow run, including execution status and timing.

Contents

startedAt

The timestamp when the workflow run started execution.

Type: Timestamp

Required: Yes

status

The current execution status of the workflow run.

Type: String

Valid Values: RUNNING | SUCCEEDED | FAILED | TIMED_OUT | DELETING

Required: Yes

workflowRunArn

The Amazon Resource Name (ARN) of the workflow run.

Type: String

Pattern: arn:(aws|aws-cn|aws-us-gov):nova-act:[a-z0-9-]+:[0-9]{12}:workflow-definition/[a-zA-Z0-9_-]{1,40}/workflow-run/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}

Required: Yes

workflowRunId

The unique identifier of the workflow run.

Type: String

Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}

Required: Yes

endedAt

The timestamp when the workflow run completed execution, if applicable.

Type: Timestamp

Required: No

traceLocation

The location where trace information for this workflow run is stored.

Type: TraceLocation object

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: