Interface EndProcessInstanceInterceptor


public interface EndProcessInstanceInterceptor
  • Method Details

    • beforeEndProcessInstance

      void beforeEndProcessInstance(org.flowable.engine.impl.persistence.entity.ExecutionEntity processInstance, String state)
    • afterEndProcessInstance

      void afterEndProcessInstance(String processInstanceId, String state)