[
https://issues.apache.org/jira/browse/AIRAVATA-1730?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shameera Rathnayaka resolved AIRAVATA-1730.
-------------------------------------------
Resolution: Fixed
> 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)