I've a problem with the vro Package for WFA. I have WFA 4.1 and vRA/vRO 7.3 installed.
I've installed the vro package and configured WFA.
I've configured a workflow without parameters and it work correctly.
Now I'm trying to create a workflow with parameters but I get an error related to parameters not found.
I've created a small workflow with just one mandatory parameter and configured it following the guide in the vro package and also checked http://www.netapp.com/us/media/tr-4306.pdf
All seems correctly configured but the parameters are not recognized.
I've also changed the workflow to only have a script that populate and array and pass it to the workflow launch.
The workflow only have a parameter called "domirror"
Workflow (only script and run of the workflow)

This is my script in the bind inputs
var workflowInputValues = new Array();
var x = new VcOptionValue();
x.key = "domirror";
x.value = domirror;
workflowInputValues.push(x);
This is the script binding

Workflow binding:

Debug information
[2017-06-22 01:31:32.858] [D] #### Processing WFA workflow input validation ####
[2017-06-22 01:31:32.859] [D] A total of 1 inputs were provided to this workflow by vCO
[2017-06-22 01:31:32.860] [D] Input names and values:
[2017-06-22 01:31:32.863] [D] undefined = undefined
[2017-06-22 01:31:32.864] [D] WFA workflow has 1 inputs defined
[2017-06-22 01:31:32.865] [D] Parsing input #0
[2017-06-22 01:31:32.866] [D] Input has name domirror and mandatory is true
[2017-06-22 01:31:32.867] [D] 1 mandatory inputs now exist.
[2017-06-22 01:31:32.868] [D] %%%%%%%%%%%%%%%%%%%%%%%
[2017-06-22 01:31:32.869] [D] Total number of WFA Inputs: 1
[2017-06-22 01:31:32.870] [D] Total number of mapped vCO Inputs: 0
[2017-06-22 01:31:32.871] [D] WFA has 1 mandatory inputs
[2017-06-22 01:31:32.872] [D] vCO/user has provided 0 mandatory inputs
[2017-06-22 01:31:32.873] [D] %%%%%%%%%%%%%%%%%%%%%%%
[2017-06-22 01:31:32.890] [D] Using stored REST host with id f31679b2-17a9-4c07-bacc-59189a3a5c71
[2017-06-22 01:31:32.892] [D] Stored and passed are the same. No destruction.