public class FlowExecutorImpl extends AbstractFlowExecutorImpl
DEFAULT_BEGIN_NODE, DEFAULT_END_NODE, EXCEPTION_DEAL_FLOW, EXCEPTION_DEAL_NODE, EXCEPTION_DEAL_NODE_KEY, EXCEPTION_DEAL_SUBFLOW, EXCEPTION_KEY, FLOW_BEAN, FLOW_XSTREAM_PACKAGENAME, PAGE_FLOW_BEAN
Constructor and Description |
---|
FlowExecutorImpl() |
Modifier and Type | Method and Description |
---|---|
void |
execute(String flowId,
Context context)
表示从开始节点开始执行
|
void |
execute(String flowId,
String nodeId,
Context context)
流程执行接口方法
|
checkInputParameter, checkOutputParameter, getInputContext, getNewContext, getOutputContext, isChange, logContext, setChange, setProperties
addFlow, assemble, getFlow, getFlowIdMap, removeFlow, removeFlow
addSubFlow, getSubFlow, getSubFlowIdMap, removeSubFlow, removeSubFlow
addComponent, addComponents, getComponentDefine, getComponentDefines, getComponentInstance, removeComponent, removeComponents
public void execute(String flowId, Context context)
FlowExecutor
public void execute(String flowId, String nodeId, Context context)
FlowExecutor
flowId
- 要执行的流程nodeId
- 要执行的节点标识context
- 要执行的环境Copyright © 2006–2018 TinyGroup. All rights reserved.