| Package | Description |
|---|---|
| org.noear.solon.flow |
| Modifier and Type | Method and Description |
|---|---|
static NodeDecl |
NodeDecl.activityOf(String id)
构建活动节点
|
static NodeDecl |
NodeDecl.endOf(String id)
构建结束节点
|
static NodeDecl |
NodeDecl.exclusiveOf(String id)
构建排他网关节点
|
static NodeDecl |
NodeDecl.inclusiveOf(String id)
构建包容网关节点
|
NodeDecl |
NodeDecl.linkAdd(String nextId)
配置连接
|
NodeDecl |
NodeDecl.linkAdd(String nextId,
Consumer<LinkDecl> configure)
配置连接
|
NodeDecl |
NodeDecl.meta(Map<String,Object> map)
配置元信息
|
NodeDecl |
NodeDecl.metaPut(String key,
Object value)
配置元信息
|
static NodeDecl |
NodeDecl.parallelOf(String id)
构建并行网关节点
|
static NodeDecl |
NodeDecl.startOf(String id)
构建开始节点
|
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.