Hi ,
Are you talking about a blueprint, or a vRO workflow for catalog item ?
We are talking about a vRO workflow that is published in the catalog via a content source.
And trying to use the data grid element for a vrO workflow input of type array/properties
When you drag that input on the design form, a data grid object is automaticly suggested.
I've tried to use the example in the vmware docs but I get the error
- in_0[0].employeeId: Expected type ARRAY but was NUMBER. in_0[0].username: Expected type ARRAY but was STRING. in_0[0].manager: Expected type ARRAY but was STRING.
When and having the vRO workflow input form configured, and the custom form in the service broker - There was a problem while building the execution context for the workflow run Caused by : class String cannot be cast to class java.util.List (String and java.util.List are in module java.base of loader 'bootstrap')
When only have the custom form in the service broker configured
So it looks like a type mismatch between vRA and vRO