I'm upgrading from 6.2 to 7.0.1. All of my catalog items were Advanced services which in turn submitted the "Request a catalog item" vRO workflow. This worked beautifully in vRA 6.2, however its not working in vRA 7. The one difference i notice is that that Input for the workflow has been changed to be Array/CompositeType(name:string,value:string):FormInput which does not match the input on the first action in the workflow which is Array/CompositeType(name:string,value:string):Entries. Duplicating the workflow and changing the type of the "inputs" workflow input to match the input type of the "compositeTypeToProp" action resolves the issue.
↧