WorkflowExecutionConfiguration |
WorkflowExecutionConfiguration.clone() |
|
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.withLambdaRole(String lambdaRole) |
The IAM role used by this workflow execution when invoking AWS Lambda
functions.
|
WorkflowExecutionConfiguration |
WorkflowExecutionConfiguration.withTaskList(TaskList taskList) |
The task list used for the decision tasks generated for this workflow
execution.
|
WorkflowExecutionConfiguration |
WorkflowExecutionConfiguration.withTaskPriority(String taskPriority) |
The priority assigned to decision tasks for this workflow execution.
|
WorkflowExecutionConfiguration |
WorkflowExecutionConfiguration.withTaskStartToCloseTimeout(String taskStartToCloseTimeout) |
The maximum duration allowed for decision tasks for this workflow
execution.
|