Class: PollActivityTaskQueueResponse
workflowservice.v1.PollActivityTaskQueueResponse
Represents a PollActivityTaskQueueResponse.
Properties
activityId
• activityId: string
The autogenerated or user specified identifier of this activity. Can be used to complete the
activity via RespondActivityTaskCompletedById. May be re-used as long as the last usage
has resolved, but unique IDs for every activity invocation is a good idea.
Note that only a workflow activity ID may be autogenerated.
activityRunId
• activityRunId: string
The run ID of the activity execution, only set for standalone activities.
activityType
• Optional activityType: null | $Properties
PollActivityTaskQueueResponse activityType.
attempt
• attempt: number
Starting at 1, the number of attempts to perform this activity
currentAttemptScheduledTime
• Optional currentAttemptScheduledTime: null | $Properties
When was this task attempt scheduled
header
• Optional header: null | $Properties
Headers specified by the scheduling workflow. Commonly used to propagate contextual info from the workflow to its activities. For example, tracing contexts.
heartbeatDetails
• Optional heartbeatDetails: null | $Properties
Details of the last heartbeat that was recorded for this activity as of the time this task was delivered.