public class FlowConfig extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
BeforeAfterFlowHandler |
beforeAfterFlowHandler
主流程列表前后添加流程列表
|
Map<String,Object> |
dataMap
全局上下文数据
|
boolean |
debug
是否开启调试模式
|
boolean |
executeGlobalBeforeAfter
是否所有流程都执行全局beforeAfter处理器
|
boolean |
executeGlobalSingleFlow
是否所有流程都执行全局singleFlow处理器
|
boolean |
executeGlobalTryCatchFinally
是否所有流程都执行全局tryCatchFinally处理器
|
FlowMappingHandler |
flowMappingHandler
流程名称和实例映射处理器
|
boolean |
ignoreBroken
是否忽略中断
|
boolean |
ignoreException
是否忽略异常
|
boolean |
printTrace
是否打印执行路径
|
SingleFlowListener |
singleFlowListener
流程执行前后事件监听
|
int |
traceLevel
流程日志记录层数
|
TryCatchFinallyHandler |
tryCatchFinallyHandler
try-catch-finally事件处理
|
| 构造器和说明 |
|---|
FlowConfig() |
public boolean debug
public boolean printTrace
public int traceLevel
public boolean ignoreBroken
public boolean ignoreException
public boolean executeGlobalTryCatchFinally
public boolean executeGlobalBeforeAfter
public boolean executeGlobalSingleFlow
public SingleFlowListener singleFlowListener
public FlowMappingHandler flowMappingHandler
public TryCatchFinallyHandler tryCatchFinallyHandler
public BeforeAfterFlowHandler beforeAfterFlowHandler
Copyright © 2024. All rights reserved.