Package | Description |
---|---|
com.amazonaws.services.simpleworkflow |
Synchronous and asynchronous client classes for accessing AmazonSimpleWorkflow.
|
com.amazonaws.services.simpleworkflow.model |
Classes modeling the various types represented by AmazonSimpleWorkflow.
|
Modifier and Type | Method and Description |
---|---|
Run |
AmazonSimpleWorkflow.startWorkflowExecution(StartWorkflowExecutionRequest startWorkflowExecutionRequest)
Starts an execution of the workflow type in the specified domain
using the provided
workflowId and input data. |
Run |
AmazonSimpleWorkflowClient.startWorkflowExecution(StartWorkflowExecutionRequest startWorkflowExecutionRequest)
Starts an execution of the workflow type in the specified domain
using the provided
workflowId and input data. |
Future<Run> |
AmazonSimpleWorkflowAsync.startWorkflowExecutionAsync(StartWorkflowExecutionRequest startWorkflowExecutionRequest)
Starts an execution of the workflow type in the specified domain
using the provided
workflowId and input data. |
Future<Run> |
AmazonSimpleWorkflowAsyncClient.startWorkflowExecutionAsync(StartWorkflowExecutionRequest startWorkflowExecutionRequest)
Starts an execution of the workflow type in the specified domain
using the provided
workflowId and input data. |
Future<Run> |
AmazonSimpleWorkflowAsync.startWorkflowExecutionAsync(StartWorkflowExecutionRequest startWorkflowExecutionRequest,
AsyncHandler<StartWorkflowExecutionRequest,Run> asyncHandler)
Starts an execution of the workflow type in the specified domain
using the provided
workflowId and input data. |
Future<Run> |
AmazonSimpleWorkflowAsyncClient.startWorkflowExecutionAsync(StartWorkflowExecutionRequest startWorkflowExecutionRequest,
AsyncHandler<StartWorkflowExecutionRequest,Run> asyncHandler)
Starts an execution of the workflow type in the specified domain
using the provided
workflowId and input data. |
Modifier and Type | Method and Description |
---|---|
Future<Run> |
AmazonSimpleWorkflowAsync.startWorkflowExecutionAsync(StartWorkflowExecutionRequest startWorkflowExecutionRequest,
AsyncHandler<StartWorkflowExecutionRequest,Run> asyncHandler)
Starts an execution of the workflow type in the specified domain
using the provided
workflowId and input data. |
Future<Run> |
AmazonSimpleWorkflowAsyncClient.startWorkflowExecutionAsync(StartWorkflowExecutionRequest startWorkflowExecutionRequest,
AsyncHandler<StartWorkflowExecutionRequest,Run> asyncHandler)
Starts an execution of the workflow type in the specified domain
using the provided
workflowId and input data. |
Modifier and Type | Method and Description |
---|---|
StartWorkflowExecutionRequest |
StartWorkflowExecutionRequest.withChildPolicy(ChildPolicy childPolicy)
If set, specifies the policy to use for the child workflow executions
of this workflow execution if it is terminated, by calling the
TerminateWorkflowExecution action explicitly or due to an
expired timeout.
|
StartWorkflowExecutionRequest |
StartWorkflowExecutionRequest.withChildPolicy(String childPolicy)
If set, specifies the policy to use for the child workflow executions
of this workflow execution if it is terminated, by calling the
TerminateWorkflowExecution action explicitly or due to an
expired timeout.
|
StartWorkflowExecutionRequest |
StartWorkflowExecutionRequest.withDomain(String domain)
The name of the domain in which the workflow execution is created.
|
StartWorkflowExecutionRequest |
StartWorkflowExecutionRequest.withExecutionStartToCloseTimeout(String executionStartToCloseTimeout)
The total duration for this workflow execution.
|
StartWorkflowExecutionRequest |
StartWorkflowExecutionRequest.withInput(String input)
The input for the workflow execution.
|
StartWorkflowExecutionRequest |
StartWorkflowExecutionRequest.withTagList(Collection<String> tagList)
The list of tags to associate with the workflow execution.
|
StartWorkflowExecutionRequest |
StartWorkflowExecutionRequest.withTagList(String... tagList)
The list of tags to associate with the workflow execution.
|
StartWorkflowExecutionRequest |
StartWorkflowExecutionRequest.withTaskList(TaskList taskList)
The task list to use for the decision tasks generated for this
workflow execution.
|
StartWorkflowExecutionRequest |
StartWorkflowExecutionRequest.withTaskStartToCloseTimeout(String taskStartToCloseTimeout)
Specifies the maximum duration of decision tasks for this workflow
execution.
|
StartWorkflowExecutionRequest |
StartWorkflowExecutionRequest.withWorkflowId(String workflowId)
The user defined identifier associated with the workflow execution.
|
StartWorkflowExecutionRequest |
StartWorkflowExecutionRequest.withWorkflowType(WorkflowType workflowType)
The type of the workflow to start.
|
Copyright © 2014. All rights reserved.