Author: lahiru
Date: Tue Mar 19 15:29:03 2013
New Revision: 1458330
URL: http://svn.apache.org/r1458330
Log:
adding host name to workflow-context-header.
Modified:
airavata/trunk/modules/commons/workflow-execution-context/src/main/resources/workflow_execution_context.xsd
Modified:
airavata/trunk/modules/commons/workflow-execution-context/src/main/resources/workflow_execution_context.xsd
URL:
http://svn.apache.org/viewvc/airavata/trunk/modules/commons/workflow-execution-context/src/main/resources/workflow_execution_context.xsd?rev=1458330&r1=1458329&r2=1458330&view=diff
==============================================================================
---
airavata/trunk/modules/commons/workflow-execution-context/src/main/resources/workflow_execution_context.xsd
(original)
+++
airavata/trunk/modules/commons/workflow-execution-context/src/main/resources/workflow_execution_context.xsd
Tue Mar 19 15:29:03 2013
@@ -73,6 +73,13 @@
</documentation>
</annotation>
</element>
+
+ <element name="hostDescriptor" type="string" minOccurs='0'
maxOccurs='1'>
+ <annotation>
+ <documentation xml:lang="en">
Which Host Descriptor to be picked
+ </documentation>
+ </annotation>
+ </element>
</sequence>
</complexType>
</element>