You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SWF::Types::ActivityTask

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Unit of work sent to an activity worker.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#activity_idString

The unique ID of the task.

Returns:

  • (String)

    The unique ID of the task.

#activity_typeTypes::ActivityType

The type of this activity task.

Returns:

#inputString

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.

Returns:

  • (String)

    The inputs provided when the activity task was scheduled.

#started_event_idInteger

The ID of the ActivityTaskStarted event recorded in the history.

Returns:

  • (Integer)

    The ID of the ActivityTaskStarted event recorded in the history.

#task_tokenString

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.

Returns:

  • (String)

    The opaque string used as a handle on the task.

#workflow_executionTypes::WorkflowExecution

The workflow execution that started this activity task.

Returns: