| Package | Description |
|---|---|
| org.noear.solon.flow | |
| org.noear.solon.flow.driver |
| Modifier and Type | Method and Description |
|---|---|
Task |
Node.task()
任务
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChainDriver.handleTask(ChainContext context,
Task task)
处理执行任务
|
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleChainDriver.handleTask(ChainContext context,
Task task) |
protected void |
SimpleChainDriver.handleTaskDo(ChainContext context,
Task task,
String description) |
protected void |
SimpleChainDriver.tryAsChainTask(ChainContext context,
Task task,
String description)
尝试如果是链则运行
|
protected void |
SimpleChainDriver.tryAsComponentTask(ChainContext context,
Task task,
String description)
尝试如果是组件则运行
|
protected void |
SimpleChainDriver.tryAsScriptTask(ChainContext context,
Task task,
String description)
尝试作为脚本运行
|
Copyright © 2025. All rights reserved.