Uses of Class
com.apiflows.model.FailureAction
Packages that use FailureAction
-
Uses of FailureAction in com.apiflows.model
Methods in com.apiflows.model that return FailureActionModifier and TypeMethodDescriptionFailureAction.retryAfter(Long retryAfter) FailureAction.retryLimit(Integer retryLimit) FailureAction.workflowId(String workflowId) Methods in com.apiflows.model that return types with arguments of type FailureActionModifier and TypeMethodDescriptionComponents.getFailureActions()Workflow.getFailureActions()Step.getOnFailure()Method parameters in com.apiflows.model with type arguments of type FailureActionModifier and TypeMethodDescriptionStep.onFailure(List<FailureAction> onFailure) voidComponents.setFailureActions(Map<String, FailureAction> failureActions) voidWorkflow.setFailureActions(List<FailureAction> failureActions) voidStep.setOnFailure(List<FailureAction> onFailure)