]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - sandbox/argeo.slc.executionflow/src/main/java/org/argeo/slc/executionflow/ExecutionFlow.java
Introduce executor and event notifications
[gpl/argeo-slc.git] / sandbox / argeo.slc.executionflow / src / main / java / org / argeo / slc / executionflow / ExecutionFlow.java
index 652218471e142a210681c6a33050d8f284f204dc..5f8c9d7177f087972726d8a9765551c46d2c27de 100644 (file)
@@ -6,5 +6,6 @@ import org.argeo.slc.process.Executable;
 
 public interface ExecutionFlow extends Executable{
        public Map<String, Object> getAttributes();
+       public ExecutionSpec getExecutionSpec();
        public String getUuid();
 }