Class WorkflowAutoloader
java.lang.Object
com.scivicslab.workfloweditor.service.WorkflowAutoloader
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
WorkflowAutoloader
public WorkflowAutoloader()
-