Skip to main content

Interface: IDescribeActivityExecutionResponse

workflowservice.v1.IDescribeActivityExecutionResponse

Properties of a DescribeActivityExecutionResponse.

Implemented by

Properties

info

Optional info: null | IActivityExecutionInfo

Information about the activity execution.


input

Optional input: null | IPayloads

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 | IActivityExecutionOutcome

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.