[
https://issues.apache.org/jira/browse/AIRAVATA-827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13644864#comment-13644864
]
Raminderjeet Singh commented on AIRAVATA-827:
---------------------------------------------
Added a NameValuePairType to workflow schema and a simple getter/setter to
airavata API. User can set Node level key pair values to NodeSettings in API
NameValuePairType pairType = new NameValuePairType();
pairType.setName("name");
pairType.setValue(experimentName);
list.add(pairType);
NameValuePairType pairType1 = new NameValuePairType();
pairType1.setName("email");
pairType1.setValue("AAAAA");
list.add(pairType1);
> Extending Gram RSL parameters to provide Job Name, email options
> -----------------------------------------------------------------
>
> Key: AIRAVATA-827
> URL: https://issues.apache.org/jira/browse/AIRAVATA-827
> Project: Airavata
> Issue Type: Improvement
> Components: GFac
> Affects Versions: 0.8
> Reporter: Raminderjeet Singh
>
> RSL have several optional parameters like email, job name or other extended
> parameters. Email parameters can be set from airavata-server.property and can
> be overwitten using application environment setting and context variables
> also.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira