| Package | Description |
|---|---|
| org.noear.solon.flow.stateful | |
| org.noear.solon.flow.stateful.repository |
| Modifier and Type | Method and Description |
|---|---|
int |
StatefulFlowEngine.getState(StatefulFlowContext context,
String chainId,
String nodeId)
获取状态
|
int |
FlowStateRepository.getState(StatefulFlowContext context,
String chainId,
String nodeId)
获取状态
|
List<FlowStateRecord> |
StatefulFlowEngine.getStateRecords(StatefulFlowContext context)
获取状态记录
|
List<FlowStateRecord> |
FlowStateRepository.getStateRecords(StatefulFlowContext context)
获取状态记录
|
protected boolean |
StatefulSimpleFlowDriver.isMyTask(StatefulFlowContext context,
Task task) |
void |
StatefulFlowEngine.postState(StatefulFlowContext context,
String chainId,
String nodeId,
int state)
提交状态
|
void |
FlowStateRepository.postState(StatefulFlowContext context,
String chainId,
String nodeId,
int nodeState,
FlowEngine flowEngine)
提交状态
|
| Modifier and Type | Method and Description |
|---|---|
int |
InMemoryStateRepository.getState(StatefulFlowContext context,
String chainId,
String nodeId) |
List<FlowStateRecord> |
InMemoryStateRepository.getStateRecords(StatefulFlowContext context) |
void |
InMemoryStateRepository.postState(StatefulFlowContext context,
String chainId,
String nodeId,
int nodeState,
FlowEngine flowEngine) |
Copyright © 2025. All rights reserved.