public class DefaultFlowEngine extends Object implements FlowEngine
| 构造器和说明 |
|---|
DefaultFlowEngine() |
public <T> T execute(String flow, T target)
FlowEngineexecute 在接口中 FlowEngineflow - 流程名称target - 目标对象public <T> T execute(String flow, T target, Map<Object,Object> attachment)
FlowEngineexecute 在接口中 FlowEngineflow - 流程名称target - 目标对象attachment - 附件Copyright © 2020. All rights reserved.