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 => Int
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.