You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@airavata.apache.org by "Raminderjeet Singh (JIRA)" <ji...@apache.org> on 2015/06/15 17:07:00 UTC

[jira] [Created] (AIRAVATA-1730) Expose input and output variable set for an application as variables

Raminderjeet Singh created AIRAVATA-1730:
--------------------------------------------

             Summary: Expose input and output variable set for an application as variables
                 Key: AIRAVATA-1730
                 URL: https://issues.apache.org/jira/browse/AIRAVATA-1730
             Project: Airavata
          Issue Type: Improvement
          Components: GFac
    Affects Versions: 0.15 
            Reporter: Raminderjeet Singh
            Assignee: Raminderjeet Singh


Incase pre or post commands in an application need the value of input and output to take some action, we don't have those values exposed as variables. 

e.g. 
while read line;
>> application 
done < /bl2/ogce/workflow/scripts/list.txt

list file is an input and values need to be passed as $listLocation but there is no good way to do it at this point. 

expected script is 
listLocation='/bl2/ogce/workflow/scripts/list.txt'

while read line;
>> application 
done < $listLocation





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)