Class ProcessCompletedEventListener

java.lang.Object
io.jmix.bpm.engine.eventlistener.ProcessCompletedEventListener
All Implemented Interfaces:
org.flowable.common.engine.api.delegate.event.FlowableEventListener

@Component("bpm_ProcessCompletedEventListener") public class ProcessCompletedEventListener extends Object implements org.flowable.common.engine.api.delegate.event.FlowableEventListener
An event listener that publishes a Spring application event when a process is completed.
  • Constructor Details

    • ProcessCompletedEventListener

      public ProcessCompletedEventListener()
  • Method Details

    • onEvent

      public void onEvent(org.flowable.common.engine.api.delegate.event.FlowableEvent event)
      Specified by:
      onEvent in interface org.flowable.common.engine.api.delegate.event.FlowableEventListener
    • isFailOnException

      public boolean isFailOnException()
      Specified by:
      isFailOnException in interface org.flowable.common.engine.api.delegate.event.FlowableEventListener
    • isFireOnTransactionLifecycleEvent

      public boolean isFireOnTransactionLifecycleEvent()
      Specified by:
      isFireOnTransactionLifecycleEvent in interface org.flowable.common.engine.api.delegate.event.FlowableEventListener
    • getOnTransaction

      public String getOnTransaction()
      Specified by:
      getOnTransaction in interface org.flowable.common.engine.api.delegate.event.FlowableEventListener