Skip to main content

Interface: IDescribeActivityExecutionResponse

workflowservice.v1.IDescribeActivityExecutionResponse

Properties of a DescribeActivityExecutionResponse.

Hierarchy

Properties

callbacks

Optional callbacks: null | $Properties[]

Callbacks attached to this activity execution and their current state.

Inherited from

$Properties.callbacks


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.

Inherited from

$Properties.info


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.

Inherited from

$Properties.input


longPollToken

Optional longPollToken: null | Uint8Array

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

Inherited from

$Properties.longPollToken


outcome

Optional outcome: null | $Properties

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

Inherited from

$Properties.outcome


runId

Optional runId: null | string

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

Inherited from

$Properties.runId