Class ProcessConfigurator

java.lang.Object
org.chenile.orchestrator.process.config.reader.ProcessConfigurator

public class ProcessConfigurator extends Object
Reads additional configuration about a process based on its process type.
This information can be used by other classes to make some choices. For example, the Workflow service for Process uses this to default the leaf node attribute in the Process model.
This also provides additional information to start a worker.
  • Field Details

  • Constructor Details

    • ProcessConfigurator

      public ProcessConfigurator()
  • Method Details