Class ProcessStartedEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
io.jmix.bpm.engine.events.ProcessStartedEvent
All Implemented Interfaces:
Serializable

public class ProcessStartedEvent extends org.springframework.context.ApplicationEvent
See Also:
  • Field Details

    • processInstance

      protected org.flowable.engine.runtime.ProcessInstance processInstance
    • processDefinition

      protected org.flowable.engine.repository.ProcessDefinition processDefinition
  • Constructor Details

    • ProcessStartedEvent

      public ProcessStartedEvent(Object source)
  • Method Details

    • withProcessDefinition

      public ProcessStartedEvent withProcessDefinition(org.flowable.engine.repository.ProcessDefinition processDefinition)
    • withProcessInstance

      public ProcessStartedEvent withProcessInstance(org.flowable.engine.runtime.ProcessInstance processInstance)
    • getProcessInstance

      public org.flowable.engine.runtime.ProcessInstance getProcessInstance()
    • getProcessDefinition

      public org.flowable.engine.repository.ProcessDefinition getProcessDefinition()