Interface WorkflowLoader

All Known Implementing Classes:
ClasspathWorkflowLoader

public interface WorkflowLoader
Loads workflow definitions from a backing source.
  • Method Summary

    Modifier and Type
    Method
    Description
    Loads workflows from the backing source.
  • Method Details

    • loadWorkflows

      WorkflowDirectoryLoad loadWorkflows()
      Loads workflows from the backing source.
      Returns:
      loaded workflows with any bundled agents
      Throws:
      RuntimeException - when the source cannot be read or contains invalid definitions