class Aws::SWF::Types::ActivityTask

Unit of work sent to an activity worker.

@!attribute [rw] task_token

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.
@return [String]

@!attribute [rw] activity_id

The unique ID of the task.
@return [String]

@!attribute [rw] started_event_id

The ID of the `ActivityTaskStarted` event recorded in the history.
@return [Integer]

@!attribute [rw] workflow_execution

The workflow execution that started this activity task.
@return [Types::WorkflowExecution]

@!attribute [rw] activity_type

The type of this activity task.
@return [Types::ActivityType]

@!attribute [rw] input

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.
@return [String]

Constants

SENSITIVE