Uses of Class
org.tkit.rhpam.quarkus.messaging.model.ProcessStepExecutionResult
-
Packages that use ProcessStepExecutionResult Package Description org.tkit.rhpam.quarkus.messaging org.tkit.rhpam.quarkus.messaging.emitters org.tkit.rhpam.quarkus.messaging.model org.tkit.rhpam.quarkus.process -
-
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)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. -
Uses of ProcessStepExecutionResult in org.tkit.rhpam.quarkus.messaging.emitters
Methods in org.tkit.rhpam.quarkus.messaging.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.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. -
Uses of ProcessStepExecutionResult in org.tkit.rhpam.quarkus.process
Methods in org.tkit.rhpam.quarkus.process that return ProcessStepExecutionResult Modifier and Type Method Description ProcessStepExecutionResultProcessStepService. doExecute(ProcessStepExecution workItem)Execute the process work item.
-