NAME
Paws::SimpleWorkflow::ActivityTask
ATTRIBUTES
REQUIRED activityId => Str
The unique ID of the task.
REQUIRED activityType => Paws::SimpleWorkflow::ActivityType
The type of this activity task.
input => Str
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.
REQUIRED startedEventId => Num
The id of the ActivityTaskStarted
event recorded in the history.
REQUIRED taskToken => Str
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.
REQUIRED workflowExecution => Paws::SimpleWorkflow::WorkflowExecution
The workflow execution that started this activity task.