Hi,
I am trying to pass a context file name and a value for an additional context param ( that is not in the context file).
I tried :-
--context_param params_file=/directory/source_context job_id=$1
but it only take the params_file and not the job_id value,
Can I specify multiple context items to pass in the command line?