Interface: IDescribeActivityExecutionRequest
workflowservice.v1.IDescribeActivityExecutionRequest
Properties of a DescribeActivityExecutionRequest.
Implemented by
Properties
activityId
• Optional activityId: null | string
DescribeActivityExecutionRequest activityId
includeInput
• Optional includeInput: null | boolean
Include the input field in the response.
includeOutcome
• Optional includeOutcome: null | boolean
Include the outcome (result/failure) in the response if the activity has completed.
longPollToken
• Optional longPollToken: null | Uint8Array
Token from a previous DescribeActivityExecutionResponse. If present, long-poll until activity state changes from the state encoded in this token. If absent, return current state immediately. If present, run_id must also be present. Note that activity state may change multiple times between requests, therefore it is not guaranteed that a client making a sequence of long-poll requests will see a complete sequence of state changes.
namespace
• Optional namespace: null | string
DescribeActivityExecutionRequest namespace
runId
• Optional runId: null | string
Activity run ID. If empty the request targets the latest run.