Package io.kestra.core.services
Class FlowService
java.lang.Object
io.kestra.core.services.FlowService
Provides business logic to manipulate
Flow-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringcleanupSource(String source) deprecationPaths(Flow flow) static List<AbstractTrigger>findRemovedTrigger(Flow flow, Flow previous) static StringgenerateSource(Flow flow, String source) static StringinjectDisabled(String source, Boolean disabled) keepLastVersion(List<Flow> flows) keepLastVersion(Stream<Flow> stream) keepLastVersion(Stream<Flow> stream, String namespace, String flowId) protected booleanremoveUnwanted(Flow f, Execution execution)
-
Constructor Details
-
FlowService
public FlowService()
-
-
Method Details
-
keepLastVersion
-
deprecationPaths
-
keepLastVersion
-
keepLastVersion
-
removeUnwanted
-
findRemovedTrigger
-
cleanupSource
-
injectDisabled
-
generateSource
-