]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/execution/ExecutionProcess.java
Start new SLC project structure
[gpl/argeo-slc.git] / runtime / org.argeo.slc.specs / src / main / java / org / argeo / slc / execution / ExecutionProcess.java
index ab5315dfc50c19877583b2266f8c86f044a44cbd..550c16484e5fdf5249edb69352b3e0e478c0e9c5 100644 (file)
@@ -62,4 +62,6 @@ public interface ExecutionProcess {
        public void setStatus(String status);
 
        public void addSteps(List<ExecutionStep> steps);
+
+       public List<RealizedFlow> getRealizedFlows();
 }