]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/execution/ExecutionFlow.java
Add path in execution flow descriptor
[gpl/argeo-slc.git] / runtime / org.argeo.slc.specs / src / main / java / org / argeo / slc / execution / ExecutionFlow.java
index ce6a805831352f316d6b8cb8aaaa52a684241412..ea568116bc21083dac9ef29951f218cbad1efdf4 100644 (file)
@@ -1,6 +1,5 @@
 package org.argeo.slc.execution;
 
-import org.argeo.slc.process.Executable;
 
 public interface ExecutionFlow extends Executable {
        public Object getParameter(String key);
@@ -10,4 +9,6 @@ public interface ExecutionFlow extends Executable {
        public ExecutionSpec getExecutionSpec();
 
        public String getName();
+       
+       public String getPath();
 }