Interface WorkflowEngineFactory

All Known Implementing Classes:
WorkflowEngineFactoryImpl

public interface WorkflowEngineFactory
A factory that constructs new Workflow Engines.
Author:
Kuali Rice Team (rice.collab@kuali.org)
  • Method Summary

    Modifier and Type
    Method
    Description
    <E extends WorkflowEngine>
    E
    Constructs a new WorkflowEngine instance using the passed in orchestration configuration.
  • Method Details

    • newEngine

      <E extends WorkflowEngine> E newEngine(OrchestrationConfig config)
      Constructs a new WorkflowEngine instance using the passed in orchestration configuration.
      Returns:
      <E> a generic type that extends WorkflowEngine