public class SchedWorkflow extends BaseEntity
| 构造器和说明 |
|---|
SchedWorkflow() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
isFailure() |
boolean |
isPaused() |
boolean |
isRunning() |
boolean |
isTerminal() |
boolean |
isWaiting() |
static SchedWorkflow |
of(Long wnstanceId,
String preNode,
String curNode) |
DAGNode |
parseCurNode() |
DAGNode |
parsePreNode() |
DAGEdge |
toEdge() |
getCreatedAt, getId, getUpdatedAt, setCreatedAt, setId, setUpdatedAttoJson, toStringpublic static SchedWorkflow of(Long wnstanceId, String preNode, String curNode)
public DAGEdge toEdge()
public DAGNode parsePreNode()
public DAGNode parseCurNode()
public boolean isTerminal()
public boolean isFailure()
public boolean isRunning()
public boolean isWaiting()
public boolean isPaused()
Copyright © 2024. All rights reserved.