void executeRetryStepFunction(WorkflowExecution execution, String stepFunctionArn) { retryTemplate.execute { RetryContext context -> workflowExecutionInitiatorService.addExecuteStepFunction(execution, stepFunctionArn) } }
## Coding ### Code Creation - Use the following as a guide to create a new class