Class WorkflowAutoloader

java.lang.Object
com.scivicslab.workfloweditor.service.WorkflowAutoloader

@ApplicationScoped public class WorkflowAutoloader extends Object
Loads a workflow YAML file at startup when -Dworkflow.autoload=/path/to/file.yaml is specified. The file is parsed and imported into the editor state so the UI shows it immediately. Works with both JVM mode and native binary (Quarkus parses -D flags as config properties).
  • Constructor Details

    • WorkflowAutoloader

      public WorkflowAutoloader()