X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=sandbox%2Fargeo.slc.executionflow%2Fsrc%2Fmain%2Fjava%2Forg%2Fargeo%2Fslc%2Fexecutionflow%2FExecutionFlow.java;h=5f8c9d7177f087972726d8a9765551c46d2c27de;hb=f3797d5a7f833ecb183ce8d4a31a7897fbca4035;hp=652218471e142a210681c6a33050d8f284f204dc;hpb=fd419cbd85435070ee575b4cf71f74be011d4282;p=gpl%2Fargeo-slc.git diff --git a/sandbox/argeo.slc.executionflow/src/main/java/org/argeo/slc/executionflow/ExecutionFlow.java b/sandbox/argeo.slc.executionflow/src/main/java/org/argeo/slc/executionflow/ExecutionFlow.java index 652218471..5f8c9d717 100644 --- a/sandbox/argeo.slc.executionflow/src/main/java/org/argeo/slc/executionflow/ExecutionFlow.java +++ b/sandbox/argeo.slc.executionflow/src/main/java/org/argeo/slc/executionflow/ExecutionFlow.java @@ -6,5 +6,6 @@ import org.argeo.slc.process.Executable; public interface ExecutionFlow extends Executable{ public Map getAttributes(); + public ExecutionSpec getExecutionSpec(); public String getUuid(); }