Skip to main content

Interface: $Properties

v1.DescribeActivityExecutionResponse.$Properties

Properties of a DescribeActivityExecutionResponse.

Hierarchy

Properties

callbacks

Optional callbacks: null | $Properties[]

Callbacks attached to this activity execution and their current state.


info

Optional info: null | $Properties

Information about the activity execution. Fields heartbeat_details and last_failure are omitted unless the request has include_heartbeat_details or include_last_failure set to true, respectively.


input

Optional input: null | $Properties

Serialized activity input, passed as arguments to the activity function. Only set if include_input was true in the request.


longPollToken

Optional longPollToken: null | Uint8Array

Token for follow-on long-poll requests. Absent only if the activity is complete.


outcome

Optional outcome: null | $Properties

Only set if the activity is completed and include_outcome was true in the request.


runId

Optional runId: null | string

The run ID of the activity, useful when run_id was not specified in the request.