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=5cf561f7066846b66dbbe2d88f072dcc99a57e8d;hb=ca80f678fb454888fd5217cef21d42605171aaad;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..5cf561f70 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 @@ -5,6 +5,7 @@ import java.util.Map; import org.argeo.slc.process.Executable; public interface ExecutionFlow extends Executable{ - public Map getAttributes(); + public Object getParameter(String name); + public ExecutionSpec getExecutionSpec(); public String getUuid(); }