]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.execution/src/main/java/org/argeo/slc/execution/ExecutionFlow.java
ActiveMQ and Castor integration
[gpl/argeo-slc.git] / runtime / org.argeo.slc.execution / src / main / java / org / argeo / slc / execution / ExecutionFlow.java
index b0075bf25027d19f77df2adb9da8d03ecc80e42e..0cbd741c7b6938b037f6ee2e1cee31a0e9d4fec6 100644 (file)
@@ -7,5 +7,5 @@ import org.argeo.slc.process.Executable;
 public interface ExecutionFlow extends Executable{
        public Object getParameter(String name);
        public ExecutionSpec getExecutionSpec();
-       public String getUuid();
+       public String getName();
 }