| Package | Description |
|---|---|
| org.noear.solon.flow | |
| org.noear.solon.flow.driver |
| Modifier and Type | Method and Description |
|---|---|
Task |
Node.getTask()
任务
|
| Modifier and Type | Method and Description |
|---|---|
default void |
FlowDriver.handleTask(FlowExchanger exchanger,
Task task)
处理执行任务
|
static boolean |
Task.isNotEmpty(Task t)
是否为非空
|
void |
FlowDriver.postHandleTask(FlowExchanger exchanger,
Task task)
提交处理任务
|
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleFlowDriver.handleTask(FlowExchanger exchanger,
Task task)
处理任务
|
protected void |
AbstractFlowDriver.handleTaskDo(FlowExchanger exchanger,
Task task,
String description) |
void |
AbstractFlowDriver.postHandleTask(FlowExchanger exchanger,
Task task)
提交处理任务
|
protected void |
AbstractFlowDriver.tryAsChainTask(FlowExchanger exchanger,
Task task,
String description)
尝试作为子链任务运行
|
protected void |
AbstractFlowDriver.tryAsComponentTask(FlowExchanger exchanger,
Task task,
String description)
尝试作为组件任务运行
|
protected void |
AbstractFlowDriver.tryAsScriptTask(FlowExchanger exchanger,
Task task,
String description)
尝试作为脚本任务运行
|
Copyright © 2025. All rights reserved.