Uses of Class
org.tkit.rhpam.quarkus.messaging.model.ProcessStepExecution
-
Packages that use ProcessStepExecution Package Description org.tkit.rhpam.quarkus.messaging org.tkit.rhpam.quarkus.messaging.emitters org.tkit.rhpam.quarkus.process -
-
Uses of ProcessStepExecution in org.tkit.rhpam.quarkus.messaging
Methods in org.tkit.rhpam.quarkus.messaging that return ProcessStepExecution Modifier and Type Method Description ProcessStepExecutionProcessClientServiceV2. startLog(org.eclipse.microprofile.reactive.messaging.Message message)Start log process step execution.Methods in org.tkit.rhpam.quarkus.messaging with parameters of type ProcessStepExecution 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 errorProcessStepExecutionResultBusinessErrorHandlerStepService. doExecute(ProcessStepExecution workItem)voidProcessClientServiceV2. 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, io.smallrye.reactive.messaging.amqp.AmqpMessage<String> message, Exception exception, AdditionalErrorInfo additionalErrorInfo)Technical error.FailedStepFailedStepService. updateFailedStep(ProcessStepExecution workItem, String referencedStepName, String resolutionOptions, String resolutionSignalId) -
Uses of ProcessStepExecution in org.tkit.rhpam.quarkus.messaging.emitters
Methods in org.tkit.rhpam.quarkus.messaging.emitters with parameters of type ProcessStepExecution Modifier and Type Method Description voidJbpmMessageEmitter. notifyJBPM(ProcessStepExecution execution, io.smallrye.reactive.messaging.amqp.AmqpMessage<String> message, ProcessStepExecutionResult result)Notify jbpm. -
Uses of ProcessStepExecution in org.tkit.rhpam.quarkus.process
Methods in org.tkit.rhpam.quarkus.process with parameters of type ProcessStepExecution Modifier and Type Method Description static MessageEventMessageFactory. createErrMessageForStep(ProcessStepExecution stepLog)Create err message for step message event.static MessageEventMessageFactory. createInfoMessageForStep(ProcessStepExecution stepLog)Create info message for step message event.static MessageEventMessageFactory. createMessage(ProcessStepExecution workItem, String message, Severity msgType)Create a message associated with the workitemstatic MessageEventMessageFactory. createMessageForStep(ProcessStepExecution workItem, Severity type)Create message for step message event.ProcessStepExecutionResultProcessStepService. doExecute(ProcessStepExecution workItem)Execute the process work item.default AdditionalErrorInfoProcessStepService. provideErrorInformation(ProcessStepExecution workItem, Exception e)Provide any additional error information in case the processing of#doExecutehas failed.
-