|
NAMEPaws::SimpleWorkflow::ActivityTaskATTRIBUTESREQUIRED activityId => StrThe unique ID of the task.REQUIRED activityType => Paws::SimpleWorkflow::ActivityTypeThe type of this activity task.input => StrThe 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 => IntThe ID of the "ActivityTaskStarted" event recorded in the history.REQUIRED taskToken => StrThe 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::WorkflowExecutionThe workflow execution that started this activity task.
Visit the GSP FreeBSD Man Page Interface. |