Service Broker present errors "workflow resource: at least one property requires input of type 'Map', but given type 'String'."
search cancel

Service Broker present errors "workflow resource: at least one property requires input of type 'Map', but given type 'String'."

book

Article ID: 430237

calendar_today

Updated On:

Products

VCF Automation

Issue/Introduction

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.

Environment

VMware Aria Automation  8.18.x

Automation Orchestrator  8.18.x

Cause

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

Resolution

This is not supportable from vRA side and have to use Array/Composite type instead of Array/Properties.