| Package | Description |
|---|---|
| com.amazonaws.services.simpleworkflow.model |
Classes modeling the various types represented by AmazonSimpleWorkflow.
|
| Modifier and Type | Method and Description |
|---|---|
WorkflowTypeConfiguration |
WorkflowTypeDetail.getConfiguration()
Configuration settings of the workflow type registered through
RegisterWorkflowType
|
WorkflowTypeConfiguration |
WorkflowTypeConfiguration.withDefaultChildPolicy(ChildPolicy defaultChildPolicy)
The optional default policy to use for the child workflow executions
when a workflow execution of this type is terminated, by calling the
TerminateWorkflowExecution action explicitly or due to an
expired timeout.
|
WorkflowTypeConfiguration |
WorkflowTypeConfiguration.withDefaultChildPolicy(String defaultChildPolicy)
The optional default policy to use for the child workflow executions
when a workflow execution of this type is terminated, by calling the
TerminateWorkflowExecution action explicitly or due to an
expired timeout.
|
WorkflowTypeConfiguration |
WorkflowTypeConfiguration.withDefaultExecutionStartToCloseTimeout(String defaultExecutionStartToCloseTimeout)
The optional default maximum duration, specified when registering the
workflow type, for executions of this workflow type.
|
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.
|
WorkflowTypeConfiguration |
WorkflowTypeConfiguration.withDefaultTaskStartToCloseTimeout(String defaultTaskStartToCloseTimeout)
The optional default maximum duration, specified when registering the
workflow type, that a decision task for executions of this workflow
type might take before returning completion or failure.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowTypeDetail.setConfiguration(WorkflowTypeConfiguration configuration)
Configuration settings of the workflow type registered through
RegisterWorkflowType
|
WorkflowTypeDetail |
WorkflowTypeDetail.withConfiguration(WorkflowTypeConfiguration configuration)
Configuration settings of the workflow type registered through
RegisterWorkflowType
|
Copyright © 2014. All rights reserved.