Complex Types | Application_Type, FileSystem_Type, JobIdentification_Type, OperatingSystem_Type |
<xsd:element name="Description" type="jsdl:Description_Type"/> |
< jsdl:JobIdentification xmlns:jsdl = "http://schemas.ggf.org/jsdl/2005/11/jsdl" > |
< jsdl:JobName> |
My Gnuplot invocation |
</ jsdl:JobName> |
Simple application invocation: User wants to run the application 'gnuplot' to produce a plotted graphical file based on some data shipped in from elsewhere(perhaps as part of a workflow). A front-end application will then build into an animation of spinning data. Front-end application knows URL for data file which must be staged-in. Front-end application wants to stage in a control file that it specifies directly which directs gnuplot to produce the output files. In case of error, messages should be produced on stderr (also to be staged on completion) and no images are to be transferred. |
</ jsdl:Description> |