Package | Description |
---|---|
com.amazonaws.services.simpleworkflow.model |
Modifier and Type | Method and Description |
---|---|
WorkflowTypeConfiguration |
WorkflowTypeConfiguration.clone() |
WorkflowTypeConfiguration |
WorkflowTypeDetail.getConfiguration()
Configuration settings of the workflow type registered through
RegisterWorkflowType
|
WorkflowTypeConfiguration |
WorkflowTypeConfiguration.withDefaultChildPolicy(ChildPolicy defaultChildPolicy)
Optional. The 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)
Optional. The 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)
Optional. The default maximum duration, specified when registering
the workflow type, for executions of this workflow type.
|
WorkflowTypeConfiguration |
WorkflowTypeConfiguration.withDefaultLambdaRole(String defaultLambdaRole)
The default IAM role to use when a workflow execution invokes a AWS
Lambda function.
|
WorkflowTypeConfiguration |
WorkflowTypeConfiguration.withDefaultTaskList(TaskList defaultTaskList)
Optional. The default task list, specified when registering the
workflow type, for decisions tasks scheduled for workflow executions of
this type.
|
WorkflowTypeConfiguration |
WorkflowTypeConfiguration.withDefaultTaskPriority(String defaultTaskPriority)
Optional. The default task priority, specified when registering
the workflow type, for all decision tasks of this workflow type.
|
WorkflowTypeConfiguration |
WorkflowTypeConfiguration.withDefaultTaskStartToCloseTimeout(String defaultTaskStartToCloseTimeout)
Optional. The 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 © 2018. All rights reserved.