Package | Description |
---|---|
com.amazonaws.services.simpleworkflow.model |
Classes modeling the various types represented by AmazonSimpleWorkflow.
|
Modifier and Type | Method and Description |
---|---|
ContinueAsNewWorkflowExecutionDecisionAttributes |
Decision.getContinueAsNewWorkflowExecutionDecisionAttributes()
Provides details of the
ContinueAsNewWorkflowExecution
decision. |
ContinueAsNewWorkflowExecutionDecisionAttributes |
ContinueAsNewWorkflowExecutionDecisionAttributes.withChildPolicy(ChildPolicy childPolicy)
If set, specifies the policy to use for the child workflow executions
of the new execution if it is terminated by calling the
TerminateWorkflowExecution action explicitly or due to an
expired timeout.
|
ContinueAsNewWorkflowExecutionDecisionAttributes |
ContinueAsNewWorkflowExecutionDecisionAttributes.withChildPolicy(String childPolicy)
If set, specifies the policy to use for the child workflow executions
of the new execution if it is terminated by calling the
TerminateWorkflowExecution action explicitly or due to an
expired timeout.
|
ContinueAsNewWorkflowExecutionDecisionAttributes |
ContinueAsNewWorkflowExecutionDecisionAttributes.withExecutionStartToCloseTimeout(String executionStartToCloseTimeout)
If set, specifies the total duration for this workflow execution.
|
ContinueAsNewWorkflowExecutionDecisionAttributes |
ContinueAsNewWorkflowExecutionDecisionAttributes.withInput(String input)
The input provided to the new workflow execution.
|
ContinueAsNewWorkflowExecutionDecisionAttributes |
ContinueAsNewWorkflowExecutionDecisionAttributes.withTagList(Collection<String> tagList)
The list of tags to associate with the new workflow execution.
|
ContinueAsNewWorkflowExecutionDecisionAttributes |
ContinueAsNewWorkflowExecutionDecisionAttributes.withTagList(String... tagList)
The list of tags to associate with the new workflow execution.
|
ContinueAsNewWorkflowExecutionDecisionAttributes |
ContinueAsNewWorkflowExecutionDecisionAttributes.withTaskList(TaskList taskList)
Represents a task list.
|
ContinueAsNewWorkflowExecutionDecisionAttributes |
ContinueAsNewWorkflowExecutionDecisionAttributes.withTaskStartToCloseTimeout(String taskStartToCloseTimeout)
Specifies the maximum duration of decision tasks for the new workflow
execution.
|
ContinueAsNewWorkflowExecutionDecisionAttributes |
ContinueAsNewWorkflowExecutionDecisionAttributes.withWorkflowTypeVersion(String workflowTypeVersion)
Sets the value of the WorkflowTypeVersion property for this object.
|
Modifier and Type | Method and Description |
---|---|
void |
Decision.setContinueAsNewWorkflowExecutionDecisionAttributes(ContinueAsNewWorkflowExecutionDecisionAttributes continueAsNewWorkflowExecutionDecisionAttributes)
Provides details of the
ContinueAsNewWorkflowExecution
decision. |
Decision |
Decision.withContinueAsNewWorkflowExecutionDecisionAttributes(ContinueAsNewWorkflowExecutionDecisionAttributes continueAsNewWorkflowExecutionDecisionAttributes)
Provides details of the
ContinueAsNewWorkflowExecution
decision. |
Copyright © 2014. All rights reserved.