Interface Workflow
public interface Workflow
represents workflow
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Method Summary
Modifier and TypeMethodDescriptionGets the CMLDocument for object creation.voidrun()Runs the workflow.
-
Method Details
-
run
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
-