| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf.model |
| Modifier and Type | Method and Description |
|---|---|
TaskList |
WorkflowTypeConfiguration.defaultTaskList()
The default task list, specified when registering the workflow type, for decisions tasks scheduled for workflow
executions of this type.
|
TaskList |
ActivityTypeConfiguration.defaultTaskList()
The default task list specified for this activity type at registration.
|
TaskList |
RegisterWorkflowTypeRequest.defaultTaskList()
If set, specifies the default task list to use for scheduling decision tasks for executions of this workflow
type.
|
TaskList |
RegisterActivityTypeRequest.defaultTaskList()
If set, specifies the default task list to use for scheduling tasks of this activity type.
|
TaskList |
StartWorkflowExecutionRequest.taskList()
The task list to use for the decision tasks generated for this workflow execution.
|
TaskList |
WorkflowExecutionContinuedAsNewEventAttributes.taskList()
The task list to use for the decisions of the new (continued) workflow execution.
|
TaskList |
WorkflowExecutionStartedEventAttributes.taskList()
The name of the task list for scheduling the decision tasks for this workflow execution.
|
TaskList |
CountPendingActivityTasksRequest.taskList()
The name of the task list.
|
TaskList |
StartChildWorkflowExecutionInitiatedEventAttributes.taskList()
The name of the task list used for the decision tasks of the child workflow execution.
|
TaskList |
ContinueAsNewWorkflowExecutionDecisionAttributes.taskList()
The task list to use for the decisions of the new (continued) workflow execution.
|
TaskList |
DecisionTaskScheduledEventAttributes.taskList()
The name of the task list in which the decision task was scheduled.
|
TaskList |
CountPendingDecisionTasksRequest.taskList()
The name of the task list.
|
TaskList |
ActivityTaskScheduledEventAttributes.taskList()
The task list in which the activity task has been scheduled.
|
TaskList |
StartChildWorkflowExecutionDecisionAttributes.taskList()
The name of the task list to be used for decision tasks of the child workflow execution.
|
TaskList |
ScheduleActivityTaskDecisionAttributes.taskList()
If set, specifies the name of the task list in which to schedule the activity task.
|
TaskList |
WorkflowExecutionConfiguration.taskList()
The task list used for the decision tasks generated for this workflow execution.
|
TaskList |
PollForDecisionTaskRequest.taskList()
Specifies the task list to poll for decision tasks.
|
TaskList |
PollForActivityTaskRequest.taskList()
Specifies the task list to poll for activity tasks.
|
| Modifier and Type | Method and Description |
|---|---|
WorkflowTypeConfiguration.Builder |
WorkflowTypeConfiguration.Builder.defaultTaskList(TaskList defaultTaskList)
The default task list, specified when registering the workflow type, for decisions tasks scheduled for
workflow executions of this type.
|
ActivityTypeConfiguration.Builder |
ActivityTypeConfiguration.Builder.defaultTaskList(TaskList defaultTaskList)
The default task list specified for this activity type at registration.
|
RegisterWorkflowTypeRequest.Builder |
RegisterWorkflowTypeRequest.Builder.defaultTaskList(TaskList defaultTaskList)
If set, specifies the default task list to use for scheduling decision tasks for executions of this workflow
type.
|
RegisterActivityTypeRequest.Builder |
RegisterActivityTypeRequest.Builder.defaultTaskList(TaskList defaultTaskList)
If set, specifies the default task list to use for scheduling tasks of this activity type.
|
StartWorkflowExecutionRequest.Builder |
StartWorkflowExecutionRequest.Builder.taskList(TaskList taskList)
The task list to use for the decision tasks generated for this workflow execution.
|
WorkflowExecutionContinuedAsNewEventAttributes.Builder |
WorkflowExecutionContinuedAsNewEventAttributes.Builder.taskList(TaskList taskList)
The task list to use for the decisions of the new (continued) workflow execution.
|
WorkflowExecutionStartedEventAttributes.Builder |
WorkflowExecutionStartedEventAttributes.Builder.taskList(TaskList taskList)
The name of the task list for scheduling the decision tasks for this workflow execution.
|
CountPendingActivityTasksRequest.Builder |
CountPendingActivityTasksRequest.Builder.taskList(TaskList taskList)
The name of the task list.
|
StartChildWorkflowExecutionInitiatedEventAttributes.Builder |
StartChildWorkflowExecutionInitiatedEventAttributes.Builder.taskList(TaskList taskList)
The name of the task list used for the decision tasks of the child workflow execution.
|
ContinueAsNewWorkflowExecutionDecisionAttributes.Builder |
ContinueAsNewWorkflowExecutionDecisionAttributes.Builder.taskList(TaskList taskList)
The task list to use for the decisions of the new (continued) workflow execution.
|
DecisionTaskScheduledEventAttributes.Builder |
DecisionTaskScheduledEventAttributes.Builder.taskList(TaskList taskList)
The name of the task list in which the decision task was scheduled.
|
CountPendingDecisionTasksRequest.Builder |
CountPendingDecisionTasksRequest.Builder.taskList(TaskList taskList)
The name of the task list.
|
ActivityTaskScheduledEventAttributes.Builder |
ActivityTaskScheduledEventAttributes.Builder.taskList(TaskList taskList)
The task list in which the activity task has been scheduled.
|
StartChildWorkflowExecutionDecisionAttributes.Builder |
StartChildWorkflowExecutionDecisionAttributes.Builder.taskList(TaskList taskList)
The name of the task list to be used for decision tasks of the child workflow execution.
|
ScheduleActivityTaskDecisionAttributes.Builder |
ScheduleActivityTaskDecisionAttributes.Builder.taskList(TaskList taskList)
If set, specifies the name of the task list in which to schedule the activity task.
|
WorkflowExecutionConfiguration.Builder |
WorkflowExecutionConfiguration.Builder.taskList(TaskList taskList)
The task list used for the decision tasks generated for this workflow execution.
|
PollForDecisionTaskRequest.Builder |
PollForDecisionTaskRequest.Builder.taskList(TaskList taskList)
Specifies the task list to poll for decision tasks.
|
PollForActivityTaskRequest.Builder |
PollForActivityTaskRequest.Builder.taskList(TaskList taskList)
Specifies the task list to poll for activity tasks.
|
Copyright © 2020. All rights reserved.