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

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

     [ https://issues.apache.org/jira/browse/AIRAVATA-1730?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eroma updated AIRAVATA-1730:
----------------------------
    Fix Version/s: 0.16

> 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
>             Fix For: 0.16
>
>
> 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)