History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: QB-2793
Type: Improvement Improvement
Status: Closed Closed
Resolution: Won't Fix
Priority: Major Major
Assignee: Robin Shen
Reporter: SH
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
QuickBuild

Allow step runtime to access step parameters

Created: 23/Aug/16 03:25 PM   Updated: 03/Sep/16 03:14 AM
Component/s: None
Affects Version/s: 6.1.21
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
We would like to be able to access step parameters via the step runtime.

It is important to be able to also access the step parameters used by the current step, but defined in a parent step

 All   Comments   Work Log   Change History      Sort Order:
Robin Shen [03/Sep/16 03:14 AM]
Yes, you can do that via ${params.get("paramName")}, in regardless it is defined in current step or parent step.