Uses of Class
org.tkit.rhpam.quarkus.messaging.model.ProcessStepExecutionResult
-
Packages that use ProcessStepExecutionResult Package Description org.tkit.rhpam.quarkus.emitters org.tkit.rhpam.quarkus.messaging org.tkit.rhpam.quarkus.messaging.model -
-
Uses of ProcessStepExecutionResult in org.tkit.rhpam.quarkus.emitters
Methods in org.tkit.rhpam.quarkus.emitters with parameters of type ProcessStepExecutionResult Modifier and Type Method Description voidJbpmMessageEmitter. notifyJBPM(ProcessStepExecution execution, org.eclipse.microprofile.reactive.messaging.Message message, ProcessStepExecutionResult result)Notify jbpm. -
Uses of ProcessStepExecutionResult in org.tkit.rhpam.quarkus.messaging
Methods in org.tkit.rhpam.quarkus.messaging that return ProcessStepExecutionResult Modifier and Type Method Description ProcessStepExecutionResultProcessStepService. doExecute(ProcessStepExecution workItem)Execute the process work item.Methods in org.tkit.rhpam.quarkus.messaging with parameters of type ProcessStepExecutionResult Modifier and Type Method Description voidFailedStepService. createOrUpdateBusinessFailedStep(ProcessStepExecution execution, ProcessStepExecutionResult result)Create or update business failed step.voidProcessClientServiceV2. endLog(ProcessStepExecution execution, ProcessStepExecutionResult result, org.eclipse.microprofile.reactive.messaging.Message message, Throwable exception, AdditionalErrorInfo additionalErrorInfo)End log.voidProcessClientServiceV2. technicalError(ProcessStepExecution workItem, ProcessStepExecutionResult result, org.eclipse.microprofile.reactive.messaging.Message message, Exception exception, AdditionalErrorInfo additionalErrorInfo)Technical error. -
Uses of ProcessStepExecutionResult in org.tkit.rhpam.quarkus.messaging.model
Methods in org.tkit.rhpam.quarkus.messaging.model that return ProcessStepExecutionResult Modifier and Type Method Description ProcessStepExecutionResultProcessStepExecutionResult.Builder. build()Build process step execution result.
-