Package | Description |
---|---|
com.amazonaws.services.simpleworkflow.model |
Classes modeling the various types represented by AmazonSimpleWorkflow.
|
Modifier and Type | Method and Description |
---|---|
TaskList |
RegisterActivityTypeRequest.getDefaultTaskList()
If set, specifies the default task list to use for scheduling tasks of
this activity type.
|
TaskList |
ActivityTypeConfiguration.getDefaultTaskList()
The optional default task list specified for this activity type at
registration.
|
TaskList |
WorkflowTypeConfiguration.getDefaultTaskList()
The optional default task list, specified when registering the
workflow type, for decisions tasks scheduled for workflow executions
of this type.
|
TaskList |
RegisterWorkflowTypeRequest.getDefaultTaskList()
If set, specifies the default task list to use for scheduling decision
tasks for executions of this workflow type.
|
TaskList |
ScheduleActivityTaskDecisionAttributes.getTaskList()
If set, specifies the name of the task list in which to schedule the
activity task.
|
TaskList |
ContinueAsNewWorkflowExecutionDecisionAttributes.getTaskList()
Represents a task list.
|
TaskList |
StartWorkflowExecutionRequest.getTaskList()
The task list to use for the decision tasks generated for this
workflow execution.
|
TaskList |
ActivityTaskScheduledEventAttributes.getTaskList()
The task list in which the activity task has been scheduled.
|
TaskList |
DecisionTaskScheduledEventAttributes.getTaskList()
The name of the task list in which the decision task was scheduled.
|
TaskList |
WorkflowExecutionContinuedAsNewEventAttributes.getTaskList()
Represents a task list.
|
TaskList |
CountPendingDecisionTasksRequest.getTaskList()
The name of the task list.
|
TaskList |
CountPendingActivityTasksRequest.getTaskList()
The name of the task list.
|
TaskList |
WorkflowExecutionStartedEventAttributes.getTaskList()
The name of the task list for scheduling the decision tasks for this
workflow execution.
|
TaskList |
StartChildWorkflowExecutionInitiatedEventAttributes.getTaskList()
The name of the task list used for the decision tasks of the child
workflow execution.
|
TaskList |
PollForDecisionTaskRequest.getTaskList()
Specifies the task list to poll for decision tasks.
|
TaskList |
PollForActivityTaskRequest.getTaskList()
Specifies the task list to poll for activity tasks.
|
TaskList |
WorkflowExecutionConfiguration.getTaskList()
The task list used for the decision tasks generated for this workflow
execution.
|
TaskList |
StartChildWorkflowExecutionDecisionAttributes.getTaskList()
The name of the task list to be used for decision tasks of the child
workflow execution.
|
TaskList |
TaskList.withName(String name)
The name of the task list.
|
Modifier and Type | Method and Description |
---|---|
void |
RegisterActivityTypeRequest.setDefaultTaskList(TaskList defaultTaskList)
If set, specifies the default task list to use for scheduling tasks of
this activity type.
|
void |
ActivityTypeConfiguration.setDefaultTaskList(TaskList defaultTaskList)
The optional default task list specified for this activity type at
registration.
|
void |
WorkflowTypeConfiguration.setDefaultTaskList(TaskList defaultTaskList)
The optional default task list, specified when registering the
workflow type, for decisions tasks scheduled for workflow executions
of this type.
|
void |
RegisterWorkflowTypeRequest.setDefaultTaskList(TaskList defaultTaskList)
If set, specifies the default task list to use for scheduling decision
tasks for executions of this workflow type.
|
void |
ScheduleActivityTaskDecisionAttributes.setTaskList(TaskList taskList)
If set, specifies the name of the task list in which to schedule the
activity task.
|
void |
ContinueAsNewWorkflowExecutionDecisionAttributes.setTaskList(TaskList taskList)
Represents a task list.
|
void |
StartWorkflowExecutionRequest.setTaskList(TaskList taskList)
The task list to use for the decision tasks generated for this
workflow execution.
|
void |
ActivityTaskScheduledEventAttributes.setTaskList(TaskList taskList)
The task list in which the activity task has been scheduled.
|
void |
DecisionTaskScheduledEventAttributes.setTaskList(TaskList taskList)
The name of the task list in which the decision task was scheduled.
|
void |
WorkflowExecutionContinuedAsNewEventAttributes.setTaskList(TaskList taskList)
Represents a task list.
|
void |
CountPendingDecisionTasksRequest.setTaskList(TaskList taskList)
The name of the task list.
|
void |
CountPendingActivityTasksRequest.setTaskList(TaskList taskList)
The name of the task list.
|
void |
WorkflowExecutionStartedEventAttributes.setTaskList(TaskList taskList)
The name of the task list for scheduling the decision tasks for this
workflow execution.
|
void |
StartChildWorkflowExecutionInitiatedEventAttributes.setTaskList(TaskList taskList)
The name of the task list used for the decision tasks of the child
workflow execution.
|
void |
PollForDecisionTaskRequest.setTaskList(TaskList taskList)
Specifies the task list to poll for decision tasks.
|
void |
PollForActivityTaskRequest.setTaskList(TaskList taskList)
Specifies the task list to poll for activity tasks.
|
void |
WorkflowExecutionConfiguration.setTaskList(TaskList taskList)
The task list used for the decision tasks generated for this workflow
execution.
|
void |
StartChildWorkflowExecutionDecisionAttributes.setTaskList(TaskList taskList)
The name of the task list to be used for decision tasks of the child
workflow execution.
|
RegisterActivityTypeRequest |
RegisterActivityTypeRequest.withDefaultTaskList(TaskList defaultTaskList)
If set, specifies the default task list to use for scheduling tasks of
this activity type.
|
ActivityTypeConfiguration |
ActivityTypeConfiguration.withDefaultTaskList(TaskList defaultTaskList)
The optional default task list specified for this activity type at
registration.
|
WorkflowTypeConfiguration |
WorkflowTypeConfiguration.withDefaultTaskList(TaskList defaultTaskList)
The optional default task list, specified when registering the
workflow type, for decisions tasks scheduled for workflow executions
of this type.
|
RegisterWorkflowTypeRequest |
RegisterWorkflowTypeRequest.withDefaultTaskList(TaskList defaultTaskList)
If set, specifies the default task list to use for scheduling decision
tasks for executions of this workflow type.
|
ScheduleActivityTaskDecisionAttributes |
ScheduleActivityTaskDecisionAttributes.withTaskList(TaskList taskList)
If set, specifies the name of the task list in which to schedule the
activity task.
|
ContinueAsNewWorkflowExecutionDecisionAttributes |
ContinueAsNewWorkflowExecutionDecisionAttributes.withTaskList(TaskList taskList)
Represents a task list.
|
StartWorkflowExecutionRequest |
StartWorkflowExecutionRequest.withTaskList(TaskList taskList)
The task list to use for the decision tasks generated for this
workflow execution.
|
ActivityTaskScheduledEventAttributes |
ActivityTaskScheduledEventAttributes.withTaskList(TaskList taskList)
The task list in which the activity task has been scheduled.
|
DecisionTaskScheduledEventAttributes |
DecisionTaskScheduledEventAttributes.withTaskList(TaskList taskList)
The name of the task list in which the decision task was scheduled.
|
WorkflowExecutionContinuedAsNewEventAttributes |
WorkflowExecutionContinuedAsNewEventAttributes.withTaskList(TaskList taskList)
Represents a task list.
|
CountPendingDecisionTasksRequest |
CountPendingDecisionTasksRequest.withTaskList(TaskList taskList)
The name of the task list.
|
CountPendingActivityTasksRequest |
CountPendingActivityTasksRequest.withTaskList(TaskList taskList)
The name of the task list.
|
WorkflowExecutionStartedEventAttributes |
WorkflowExecutionStartedEventAttributes.withTaskList(TaskList taskList)
The name of the task list for scheduling the decision tasks for this
workflow execution.
|
StartChildWorkflowExecutionInitiatedEventAttributes |
StartChildWorkflowExecutionInitiatedEventAttributes.withTaskList(TaskList taskList)
The name of the task list used for the decision tasks of the child
workflow execution.
|
PollForDecisionTaskRequest |
PollForDecisionTaskRequest.withTaskList(TaskList taskList)
Specifies the task list to poll for decision tasks.
|
PollForActivityTaskRequest |
PollForActivityTaskRequest.withTaskList(TaskList taskList)
Specifies the task list to poll for activity tasks.
|
WorkflowExecutionConfiguration |
WorkflowExecutionConfiguration.withTaskList(TaskList taskList)
The task list used for the decision tasks generated for this workflow
execution.
|
StartChildWorkflowExecutionDecisionAttributes |
StartChildWorkflowExecutionDecisionAttributes.withTaskList(TaskList taskList)
The name of the task list to be used for decision tasks of the child
workflow execution.
|
Copyright © 2014. All rights reserved.