Package org.tkit.rhpam.quarkus.messaging
Class FailedStepService
- java.lang.Object
-
- org.tkit.rhpam.quarkus.messaging.FailedStepService
-
@ApplicationScoped public class FailedStepService extends Object
The type Failed step service.
-
-
Constructor Summary
Constructors Constructor Description FailedStepService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcreateOrUpdateBusinessFailedStep(ProcessStepExecution execution, ProcessStepExecutionResult result)Create or update business failed step.
-
-
-
Method Detail
-
createOrUpdateBusinessFailedStep
public void createOrUpdateBusinessFailedStep(ProcessStepExecution execution, ProcessStepExecutionResult result)
Create or update business failed step.- Parameters:
execution- the executionresult- the result
-
-