Uses of Class
org.imixs.workflow.engine.ProcessingEvent
-
Packages that use ProcessingEvent Package Description org.imixs.workflow.engine -
-
Uses of ProcessingEvent in org.imixs.workflow.engine
Fields in org.imixs.workflow.engine with type parameters of type ProcessingEvent Modifier and Type Field Description protected jakarta.enterprise.event.Event<ProcessingEvent>SimulationService. eventsprotected jakarta.enterprise.event.Event<ProcessingEvent>WorkflowService. processingEventsMethods in org.imixs.workflow.engine with parameters of type ProcessingEvent Modifier and Type Method Description voidAsyncEventService. onProcess(ProcessingEvent processingEvent)The observer method verifies if the current task contains a AsyncEvent definition.voidMetricService. onProcessingEvent(ProcessingEvent processingEvent)ProcessingEvent listener to generate a metric.
-