| Modifier and Type | Method and Description |
|---|---|
Task |
Task.addCatch(IChainable handler)
Add a recovery handler for this state.
|
Task |
Task.addCatch(IChainable handler,
CatchProps props)
Add a recovery handler for this state.
|
Task |
Task.addRetry()
Add retry configuration for this state.
|
Task |
Task.addRetry(RetryProps props)
Add retry configuration for this state.
|
Task |
Task.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
StepFunctionsTaskConfig |
IStepFunctionsTask.bind(Task task)
Called when the task object is used in a workflow.
|
StepFunctionsTaskConfig |
IStepFunctionsTask.Jsii$Proxy.bind(Task task)
Called when the task object is used in a workflow.
|
Copyright © 2020. All rights reserved.