Package io.kestra.core.services
Class GraphService
java.lang.Object
io.kestra.core.services.GraphService
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
GraphService
public GraphService()
-
-
Method Details
-
flowGraph
public FlowGraph flowGraph(Flow flow, List<String> expandedSubflows) throws IllegalVariableEvaluationException -
of
public GraphCluster of(Flow flow, List<String> expandedSubflows, Map<String, Flow> flowByUid) throws IllegalVariableEvaluationException -
of
public GraphCluster of(GraphCluster baseGraph, Flow flow, List<String> expandedSubflows, Map<String, Flow> flowByUid) throws IllegalVariableEvaluationException
-