X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=runtime%2Forg.argeo.slc.specs%2Fsrc%2Fmain%2Fjava%2Forg%2Fargeo%2Fslc%2Fexecution%2FExecutionProcess.java;h=550c16484e5fdf5249edb69352b3e0e478c0e9c5;hb=ccaab8ee4c42b45d192ab518667be50554da0854;hp=ab5315dfc50c19877583b2266f8c86f044a44cbd;hpb=58e0e18d64a2080680a9f8397b0dfa2894519910;p=gpl%2Fargeo-slc.git diff --git a/runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/execution/ExecutionProcess.java b/runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/execution/ExecutionProcess.java index ab5315dfc..550c16484 100644 --- a/runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/execution/ExecutionProcess.java +++ b/runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/execution/ExecutionProcess.java @@ -62,4 +62,6 @@ public interface ExecutionProcess { public void setStatus(String status); public void addSteps(List steps); + + public List getRealizedFlows(); }