Class RunCLI

java.lang.Object
com.scivicslab.pojoactor.cli.RunCLI
All Implemented Interfaces:
Callable<Integer>

public class RunCLI extends Object implements Callable<Integer>
CLI subcommand for running YAML/JSON workflows.

Actor tree structure: ROOT -> InterpreterIIAR

Usage:

 pojo-actor run -d ./workflows -w hello.yaml
 pojo-actor run -w ./hello.yaml
 
Since:
2.13.0
Author:
devteam@scivicslab.com