Package io.kestra.core.runners
Class DefaultFlowExecutor
java.lang.Object
io.kestra.core.runners.DefaultFlowExecutor
- All Implemented Interfaces:
FlowExecutorInterface
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultFlowExecutor(FlowListenersInterface flowListeners, FlowRepositoryInterface flowRepositoryInterface) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.kestra.core.runners.FlowExecutorInterface
findByExecution, findByIdFromFlowTask
-
Constructor Details
-
DefaultFlowExecutor
public DefaultFlowExecutor(FlowListenersInterface flowListeners, FlowRepositoryInterface flowRepositoryInterface)
-
-
Method Details
-
allLastVersion
- Specified by:
allLastVersionin interfaceFlowExecutorInterface
-
findById
public Optional<Flow> findById(String tenantId, String namespace, String id, Optional<Integer> revision) - Specified by:
findByIdin interfaceFlowExecutorInterface
-
isReady
- Specified by:
isReadyin interfaceFlowExecutorInterface
-