public class SchedWorkflow
extends cn.ponfee.disjob.common.model.BaseEntity
| 构造器和说明 |
|---|
SchedWorkflow() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
isFailure() |
boolean |
isPaused() |
boolean |
isRunning() |
boolean |
isTerminal() |
boolean |
isWaiting() |
static SchedWorkflow |
of(Long wnstanceId,
String preNode,
String curNode) |
cn.ponfee.disjob.common.dag.DAGNode |
parseCurNode() |
cn.ponfee.disjob.common.dag.DAGNode |
parsePreNode() |
cn.ponfee.disjob.common.dag.DAGEdge |
toEdge() |
public static SchedWorkflow of(Long wnstanceId, String preNode, String curNode)
public cn.ponfee.disjob.common.dag.DAGEdge toEdge()
public cn.ponfee.disjob.common.dag.DAGNode parsePreNode()
public cn.ponfee.disjob.common.dag.DAGNode parseCurNode()
public boolean isTerminal()
public boolean isFailure()
public boolean isRunning()
public boolean isWaiting()
public boolean isPaused()
Copyright © 2025. All rights reserved.