Package | Description |
---|---|
com.amazonaws.services.simpleworkflow.model |
Classes modeling the various types represented by AmazonSimpleWorkflow.
|
Modifier and Type | Method and Description |
---|---|
StartChildWorkflowExecutionDecisionAttributes |
Decision.getStartChildWorkflowExecutionDecisionAttributes()
Provides details of the
StartChildWorkflowExecution
decision. |
StartChildWorkflowExecutionDecisionAttributes |
StartChildWorkflowExecutionDecisionAttributes.withChildPolicy(ChildPolicy childPolicy)
If set, specifies the policy to use for the child workflow executions
if the workflow execution being started is terminated by calling the
TerminateWorkflowExecution action explicitly or due to an
expired timeout.
|
StartChildWorkflowExecutionDecisionAttributes |
StartChildWorkflowExecutionDecisionAttributes.withChildPolicy(String childPolicy)
If set, specifies the policy to use for the child workflow executions
if the workflow execution being started is terminated by calling the
TerminateWorkflowExecution action explicitly or due to an
expired timeout.
|
StartChildWorkflowExecutionDecisionAttributes |
StartChildWorkflowExecutionDecisionAttributes.withControl(String control)
Optional data attached to the event that can be used by the decider in
subsequent workflow tasks.
|
StartChildWorkflowExecutionDecisionAttributes |
StartChildWorkflowExecutionDecisionAttributes.withExecutionStartToCloseTimeout(String executionStartToCloseTimeout)
The total duration for this workflow execution.
|
StartChildWorkflowExecutionDecisionAttributes |
StartChildWorkflowExecutionDecisionAttributes.withInput(String input)
The input to be provided to the workflow execution.
|
StartChildWorkflowExecutionDecisionAttributes |
StartChildWorkflowExecutionDecisionAttributes.withTagList(Collection<String> tagList)
The list of tags to associate with the child workflow execution.
|
StartChildWorkflowExecutionDecisionAttributes |
StartChildWorkflowExecutionDecisionAttributes.withTagList(String... tagList)
The list of tags to associate with the child workflow execution.
|
StartChildWorkflowExecutionDecisionAttributes |
StartChildWorkflowExecutionDecisionAttributes.withTaskList(TaskList taskList)
The name of the task list to be used for decision tasks of the child
workflow execution.
|
StartChildWorkflowExecutionDecisionAttributes |
StartChildWorkflowExecutionDecisionAttributes.withTaskStartToCloseTimeout(String taskStartToCloseTimeout)
Specifies the maximum duration of decision tasks for this workflow
execution.
|
StartChildWorkflowExecutionDecisionAttributes |
StartChildWorkflowExecutionDecisionAttributes.withWorkflowId(String workflowId)
The
workflowId of the workflow execution. |
StartChildWorkflowExecutionDecisionAttributes |
StartChildWorkflowExecutionDecisionAttributes.withWorkflowType(WorkflowType workflowType)
The type of the workflow execution to be started.
|
Modifier and Type | Method and Description |
---|---|
void |
Decision.setStartChildWorkflowExecutionDecisionAttributes(StartChildWorkflowExecutionDecisionAttributes startChildWorkflowExecutionDecisionAttributes)
Provides details of the
StartChildWorkflowExecution
decision. |
Decision |
Decision.withStartChildWorkflowExecutionDecisionAttributes(StartChildWorkflowExecutionDecisionAttributes startChildWorkflowExecutionDecisionAttributes)
Provides details of the
StartChildWorkflowExecution
decision. |
Copyright © 2014. All rights reserved.