Project

General

Profile

Idea #9031

Updated by Tom Clegg almost 8 years ago

Currently it is impossible to pass a JSON object as a script parameter. For example, 

 <pre> 
 arv-run-pipeline-instance 'foo::input={"foo":"bar"}' 
 </pre> 

 results in 

 <pre> 
 "script_parameters":{ 
   "input":"{\"foo\":\"bar\"} 
 } 
 </pre> 

Back