Uses of Class
software.amazon.awssdk.services.sfn.model.InvalidOutputException
-
Packages that use InvalidOutputException Package Description software.amazon.awssdk.services.sfn Step Functions -
-
Uses of InvalidOutputException in software.amazon.awssdk.services.sfn
Methods in software.amazon.awssdk.services.sfn that throw InvalidOutputException Modifier and Type Method Description default SendTaskSuccessResponseSfnClient. sendTaskSuccess(Consumer<SendTaskSuccessRequest.Builder> sendTaskSuccessRequest)Used by activity workers and task states using the callback pattern to report that the task identified by thetaskTokencompleted successfully.default SendTaskSuccessResponseSfnClient. sendTaskSuccess(SendTaskSuccessRequest sendTaskSuccessRequest)Used by activity workers and task states using the callback pattern to report that the task identified by thetaskTokencompleted successfully.
-