Interface: IDescribeActivityExecutionResponse
workflowservice.v1.IDescribeActivityExecutionResponse
Properties of a DescribeActivityExecutionResponse.
Hierarchy
-
↳
IDescribeActivityExecutionResponse
Properties
callbacks
• Optional callbacks: null | $Properties[]
Callbacks attached to this activity execution and their current state.
Inherited from
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
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
longPollToken
• Optional longPollToken: null | Uint8Array
Token for follow-on long-poll requests. Absent only if the activity is complete.
Inherited from
outcome
• Optional outcome: null | $Properties
Only set if the activity is completed and include_outcome was true in the request.
Inherited from
runId
• Optional runId: null | string
The run ID of the activity, useful when run_id was not specified in the request.