Package | Description |
---|---|
com.amazonaws.services.simpleworkflow.model |
Classes modeling the various types represented by AmazonSimpleWorkflow.
|
Modifier and Type | Method and Description |
---|---|
WorkflowExecutionConfiguration |
WorkflowExecutionDetail.getExecutionConfiguration()
The configuration settings for this workflow execution including
timeout values, tasklist etc.
|
WorkflowExecutionConfiguration |
WorkflowExecutionConfiguration.withChildPolicy(ChildPolicy childPolicy)
The policy to use for the child workflow executions if this workflow
execution is terminated, by calling the
TerminateWorkflowExecution action explicitly or due to an
expired timeout.
|
WorkflowExecutionConfiguration |
WorkflowExecutionConfiguration.withChildPolicy(String childPolicy)
The policy to use for the child workflow executions if this workflow
execution is terminated, by calling the
TerminateWorkflowExecution action explicitly or due to an
expired timeout.
|
WorkflowExecutionConfiguration |
WorkflowExecutionConfiguration.withExecutionStartToCloseTimeout(String executionStartToCloseTimeout)
The total duration for this workflow execution.
|
WorkflowExecutionConfiguration |
WorkflowExecutionConfiguration.withTaskList(TaskList taskList)
The task list used for the decision tasks generated for this workflow
execution.
|
WorkflowExecutionConfiguration |
WorkflowExecutionConfiguration.withTaskStartToCloseTimeout(String taskStartToCloseTimeout)
The maximum duration allowed for decision tasks for this workflow
execution.
|
Modifier and Type | Method and Description |
---|---|
void |
WorkflowExecutionDetail.setExecutionConfiguration(WorkflowExecutionConfiguration executionConfiguration)
The configuration settings for this workflow execution including
timeout values, tasklist etc.
|
WorkflowExecutionDetail |
WorkflowExecutionDetail.withExecutionConfiguration(WorkflowExecutionConfiguration executionConfiguration)
The configuration settings for this workflow execution including
timeout values, tasklist etc.
|
Copyright © 2014. All rights reserved.