Class WorkflowCLI

java.lang.Object
com.scivicslab.pojoactor.cli.WorkflowCLI
All Implemented Interfaces:
Runnable

public class WorkflowCLI extends Object implements Runnable
Main CLI entry point for POJO-actor workflow interpreter.

Usage:

 java -jar pojo-actor-2.13.0.jar run -d ./ -w hello.yaml
 
Since:
2.13.0
Author:
devteam@scivicslab.com
  • Constructor Details

    • WorkflowCLI

      public WorkflowCLI()
  • Method Details

    • main

      public static void main(String[] args)
      Main entry point.
      Parameters:
      args - command line arguments
    • run

      public void run()
      Specified by:
      run in interface Runnable