ActSummary - Amazon Nova Act

ActSummary

Summary information about an act, including its status and execution timing.

Contents

actId

The unique identifier of the act.

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

sessionId

The unique identifier of the session containing this act.

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

startedAt

The timestamp when the act started execution.

Type: Timestamp

Required: Yes

status

The current execution status of the act.

Type: String

Valid Values: RUNNING | PENDING_CLIENT_ACTION | PENDING_HUMAN_ACTION | SUCCEEDED | FAILED | TIMED_OUT

Required: Yes

workflowRunId

The unique identifier of the workflow run containing this act.

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 act completed execution, if applicable.

Type: Timestamp

Required: No

traceLocation

The location where trace information for this act 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: