public interface TaskCreateInterceptor
限定符和类型 | 方法和说明 |
---|---|
void |
after(FlowContext flowLongContext,
Execution execution)
拦截后置处理方法
|
default void |
before(FlowContext flowLongContext,
Execution execution)
拦截前置处理方法
|
default void before(FlowContext flowLongContext, Execution execution)
flowLongContext
- 流程引擎上下文execution
- 执行对象void after(FlowContext flowLongContext, Execution execution)
flowLongContext
- 流程引擎上下文execution
- 执行对象Copyright © 2025. All rights reserved.