PollForActivityTaskResponse

Unit of work sent to an activity worker.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The unique ID of the task.

Link copied to clipboard

The type of this activity task.

Link copied to clipboard

The inputs provided when the activity task was scheduled. The form of the input is user defined and should be meaningful to the activity implementation.

Link copied to clipboard

The ID of the ActivityTaskStarted event recorded in the history.

Link copied to clipboard

The opaque string used as a handle on the task. This token is used by workers to communicate progress and response information back to the system about the task.

Link copied to clipboard

The workflow execution that started this activity task.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String