Class AbstractJdbcSubflowExecutionStorage

java.lang.Object
io.kestra.jdbc.repository.AbstractJdbcRepository
io.kestra.jdbc.runner.AbstractJdbcSubflowExecutionStorage

public abstract class AbstractJdbcSubflowExecutionStorage extends AbstractJdbcRepository
  • Field Details

    • jdbcRepository

      protected AbstractJdbcRepository<io.kestra.core.runners.SubflowExecution<?>> jdbcRepository
  • Constructor Details

    • AbstractJdbcSubflowExecutionStorage

      public AbstractJdbcSubflowExecutionStorage(AbstractJdbcRepository jdbcRepository)
  • Method Details

    • get

      public Optional<io.kestra.core.runners.SubflowExecution<?>> get(String executionId)
    • save

      public void save(List<io.kestra.core.runners.SubflowExecution<?>> subflowExecutions)
    • delete

      public void delete(io.kestra.core.runners.SubflowExecution<?> subflowExecution)