Package io.kestra.core.services
Class AbstractFlowTriggerService
java.lang.Object
io.kestra.core.services.AbstractFlowTriggerService
- Direct Known Subclasses:
DefaultFlowTriggerService
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classprotected static class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncomputeExecutionsFromFlowTriggers(Execution execution, List<Flow> allFlows, Optional<MultipleConditionStorageInterface> multipleConditionStorage) flowTriggers(Flow flow) withFlowTriggersOnly(Stream<Flow> allFlows)
-
Constructor Details
-
AbstractFlowTriggerService
public AbstractFlowTriggerService()
-
-
Method Details
-
withFlowTriggersOnly
public Stream<AbstractFlowTriggerService.FlowWithFlowTrigger> withFlowTriggersOnly(Stream<Flow> allFlows) -
flowTriggers
-
computeExecutionsFromFlowTriggers
-