Package org.flowable.engine.interceptor
Interface EndProcessInstanceInterceptor
public interface EndProcessInstanceInterceptor
-
Method Summary
Modifier and TypeMethodDescriptionvoidafterEndProcessInstance(String processInstanceId, String state) voidbeforeEndProcessInstance(org.flowable.engine.impl.persistence.entity.ExecutionEntity processInstance, String state)
-
Method Details
-
beforeEndProcessInstance
void beforeEndProcessInstance(org.flowable.engine.impl.persistence.entity.ExecutionEntity processInstance, String state) -
afterEndProcessInstance
-