| 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)
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)
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)
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 attached to this workflow type.
|
WorkflowTypeConfiguration |
WorkflowTypeConfiguration.withDefaultTaskList(TaskList defaultTaskList)
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)
The default task priority, specified when registering the workflow type, for all decision tasks of this workflow
type.
|
WorkflowTypeConfiguration |
WorkflowTypeConfiguration.withDefaultTaskStartToCloseTimeout(String defaultTaskStartToCloseTimeout)
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 © 2023. All rights reserved.