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, io.smallrye.reactive.messaging.amqp.AmqpMessage<String> 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 ProcessStepExecutionResultBusinessErrorHandlerStepService. doExecute(ProcessStepExecution workItem)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 FailedStepFailedStepService. createOrUpdateBusinessFailedStep(ProcessStepExecution workItem, ProcessStepExecutionResult executionResult)Create Failed step for a process step that was technically executed ok, but resulted in business errorvoidProcessClientServiceV2. endLog(ProcessStepExecution execution, ProcessStepExecutionResult result, io.smallrye.reactive.messaging.amqp.AmqpMessage<String> 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.
-