Uses of Class
com.amazonaws.services.simpleworkflow.model.WorkflowExecutionConfiguration
Packages that use WorkflowExecutionConfiguration
-
Uses of WorkflowExecutionConfiguration in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return WorkflowExecutionConfigurationModifier and TypeMethodDescriptionWorkflowExecutionConfiguration.clone()WorkflowExecutionDetail.getExecutionConfiguration()The configuration settings for this workflow execution including timeout values, tasklist etc.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.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.withExecutionStartToCloseTimeout(String executionStartToCloseTimeout) The total duration for this workflow execution.WorkflowExecutionConfiguration.withLambdaRole(String lambdaRole) The IAM role used by this workflow execution when invoking AWS Lambda functions.WorkflowExecutionConfiguration.withTaskList(TaskList taskList) The task list used for the decision tasks generated for this workflow execution.WorkflowExecutionConfiguration.withTaskPriority(String taskPriority) The priority assigned to decision tasks for this workflow execution.WorkflowExecutionConfiguration.withTaskStartToCloseTimeout(String taskStartToCloseTimeout) The maximum duration allowed for decision tasks for this workflow execution.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type WorkflowExecutionConfigurationModifier and TypeMethodDescriptionvoidWorkflowExecutionDetail.setExecutionConfiguration(WorkflowExecutionConfiguration executionConfiguration) The configuration settings for this workflow execution including timeout values, tasklist etc.WorkflowExecutionDetail.withExecutionConfiguration(WorkflowExecutionConfiguration executionConfiguration) The configuration settings for this workflow execution including timeout values, tasklist etc.