This program can execute graphs written in the application/json+plastic-io schema.
    // load the lib
    import {Scheduler} from "plastic-io";
    // instantiate the scheduler
    const scheduler = new Scheduler(myGraphJson);
    scheduler.url("url-of-a-node", "some value");
For more useage see Scheduler
To create, run and debug graphs, use the plastic-io/graph-editor and the plastic-io/graph-server
Generated using TypeDoc