Uses of Class
com.amazonaws.services.simpleworkflow.model.ActivityTaskScheduledEventAttributes
Packages that use ActivityTaskScheduledEventAttributes
-
Uses of ActivityTaskScheduledEventAttributes in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return ActivityTaskScheduledEventAttributesModifier and TypeMethodDescriptionActivityTaskScheduledEventAttributes.clone()
HistoryEvent.getActivityTaskScheduledEventAttributes()
If the event is of typeActivityTaskScheduled
then this member is set and provides detailed information about the event.ActivityTaskScheduledEventAttributes.withActivityId
(String activityId) The unique ID of the activity task.ActivityTaskScheduledEventAttributes.withActivityType
(ActivityType activityType) The type of the activity task.ActivityTaskScheduledEventAttributes.withControl
(String control) Optional. Data attached to the event that can be used by the decider in subsequent workflow tasks.ActivityTaskScheduledEventAttributes.withDecisionTaskCompletedEventId
(Long decisionTaskCompletedEventId) The ID of theDecisionTaskCompleted
event corresponding to the decision that resulted in the scheduling of this activity task.ActivityTaskScheduledEventAttributes.withHeartbeatTimeout
(String heartbeatTimeout) The maximum time before which the worker processing this task must report progress by calling RecordActivityTaskHeartbeat.The input provided to the activity task.ActivityTaskScheduledEventAttributes.withScheduleToCloseTimeout
(String scheduleToCloseTimeout) The maximum amount of time for this activity task.ActivityTaskScheduledEventAttributes.withScheduleToStartTimeout
(String scheduleToStartTimeout) The maximum amount of time the activity task can wait to be assigned to a worker.ActivityTaskScheduledEventAttributes.withStartToCloseTimeout
(String startToCloseTimeout) The maximum amount of time a worker may take to process the activity task.ActivityTaskScheduledEventAttributes.withTaskList
(TaskList taskList) The task list in which the activity task has been scheduled.ActivityTaskScheduledEventAttributes.withTaskPriority
(String taskPriority) Optional. The priority to assign to the scheduled activity task.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type ActivityTaskScheduledEventAttributesModifier and TypeMethodDescriptionvoid
HistoryEvent.setActivityTaskScheduledEventAttributes
(ActivityTaskScheduledEventAttributes activityTaskScheduledEventAttributes) If the event is of typeActivityTaskScheduled
then this member is set and provides detailed information about the event.HistoryEvent.withActivityTaskScheduledEventAttributes
(ActivityTaskScheduledEventAttributes activityTaskScheduledEventAttributes) If the event is of typeActivityTaskScheduled
then this member is set and provides detailed information about the event.