Package gri.tasks.workflows

Examples of gri.tasks.workflows.Workflow.addAll()


   * Loads the TaskStubs into a Workflow object.  This can then
   * be run by a WorkflowRunner.
   */
  public Workflow createWorkflow() {
    Workflow wkfl = new Workflow();
    wkfl.addAll(taskStubs);
    return wkfl;
  }
 
  /**
   * Creates a WorkflowRunner to run this workflow.  This should not
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.