public class FlowConfig extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
BeforeAfterFlowHandler |
beforeAfterFlowHandler
主流程列表前后添加流程列表
|
boolean |
executeGlobalBeforeAfter
是否所有流程都执行全局beforeAfter处理器
|
boolean |
executeGlobalSingleFlow
是否所有流程都执行全局singleFlow处理器
|
boolean |
executeGlobalTryCatchFinally
是否所有流程都执行全局tryCatchFinally处理器
|
FlowNameInstanceMappingHandler |
flowNameInstanceMappingHandler
流程名称和实例映射处理器
|
boolean |
ignoreBroken
是否忽略中断
|
boolean |
ignoreException
是否忽略异常
|
boolean |
printTrace
是否打印执行路径
|
SingleFlowListener |
singleFlowListener
流程执行前后事件监听
|
TryCatchFinallyHandler |
tryCatchFinallyHandler
try-catch-finally事件处理
|
| 构造器和说明 |
|---|
FlowConfig() |
public boolean printTrace
public boolean ignoreBroken
public boolean ignoreException
public boolean executeGlobalTryCatchFinally
public boolean executeGlobalBeforeAfter
public boolean executeGlobalSingleFlow
public SingleFlowListener singleFlowListener
public FlowNameInstanceMappingHandler flowNameInstanceMappingHandler
public TryCatchFinallyHandler tryCatchFinallyHandler
public BeforeAfterFlowHandler beforeAfterFlowHandler
Copyright © 2024. All rights reserved.