Interface Workflow


public interface Workflow
represents workflow
Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the CMLDocument for object creation.
    void
    run()
    Runs the workflow.
  • Method Details

    • run

      void run() throws CMLException
      Runs the workflow.
      Throws:
      CMLException - if the workflow fails to execute
    • getCMLDocument

      AbstractCMLDocument getCMLDocument()
      Gets the CMLDocument for object creation.
      Returns:
      the associated CML document