| Package | Description |
|---|---|
| org.noear.solon.flow | |
| org.noear.solon.flow.driver |
| Modifier and Type | Method and Description |
|---|---|
Node |
Chain.getNode(String id)
获取节点
|
Node |
Link.nextNode()
后面的节点
|
Node |
Node.nextNode()
后面的节点(一个)
|
Node |
Task.node()
所属节点
|
Node |
Link.prveNode()
前面的节点
|
Node |
Chain.start()
获取起始节点
|
| Modifier and Type | Method and Description |
|---|---|
List<Node> |
Node.nextNodes()
后面的节点
|
Map<String,Node> |
Chain.nodes()
获取所有元素
|
List<Node> |
Node.prveNodes()
前面的节点
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChainDriver.onNodeEnd(ChainContext context,
Node node)
节点运行结束时
|
void |
ChainDriver.onNodeStart(ChainContext context,
Node node)
节点运行开始时
|
void |
TaskComponent.run(ChainContext context,
Node node)
运行
|
| Constructor and Description |
|---|
Task(Node node,
String description) |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleChainDriver.onNodeEnd(ChainContext context,
Node node) |
void |
SimpleChainDriver.onNodeStart(ChainContext context,
Node node) |
Copyright © 2025. All rights reserved.