When workflow running fine from vRO. but in service broker its showing error. "workflow resource: at least one property requires input of type 'Map', but given type 'String'." that Orchestrator has not with the same workflow.
VMware Aria Automation 8.18.x
Automation Orchestrator 8.18.x
The user error was that they were using Array/Properties that has a specific representation in vRO and vRA. In vRA it looks like array of array of key value pair. This is by design. But in vRO the design is different and as result on executing in vRA there is a type mismatch
This is not supportable from vRA side and have to use Array/Composite type instead of Array/Properties.