| Package | Description |
|---|---|
| org.noear.solon.flow |
| Modifier and Type | Method and Description |
|---|---|
NodeDecl |
NodeDecl.linkAdd(String nextId)
配置连接
|
NodeDecl |
NodeDecl.linkAdd(String nextId,
Consumer<LinkDecl> configure)
配置连接
|
NodeDecl |
NodeDecl.meta(Map<String,Object> meta)
配置元信息
|
NodeDecl |
NodeDecl.metaPut(String key,
Object value)
配置元信息
|
NodeDecl |
NodeDecl.task(String task)
配置任务
|
NodeDecl |
NodeDecl.title(String title)
配置标题
|
NodeDecl |
NodeDecl.when(String when)
配置任务条件
|
| Modifier and Type | Method and Description |
|---|---|
void |
Chain.addNode(NodeDecl nodeDecl)
添加节点
|
| Constructor and Description |
|---|
Node(Chain chain,
NodeDecl decl,
List<Link> links) |
Copyright © 2025. All rights reserved.