"Action is not supported based on the current state. Reason: 400 BAD_REQUEST "920002: invoked action completed with error" message when calling vRA custom form
search cancel

"Action is not supported based on the current state. Reason: 400 BAD_REQUEST "920002: invoked action completed with error" message when calling vRA custom form

book

Article ID: 314849

calendar_today

Updated On:

Products

VMware Aria Suite

Issue/Introduction

Symptoms:
  • When using an external action in the vRealize Automation custom form, there are missing values on the request.
  • You see the following error if there is “submit”: false in the properties in the form for read only fields.

"Action is not supported based on the current state. Reason: 400 BAD_REQUEST "920002: invoked action completed with error. Error Action '{ActionName}' in module '{ModuleName}' failed : TypeError: Cannot read property "name" from null


Environment

VMware vRealize Orchestrator 8.x

Cause

The issue occurs when you you have “submit”: false in the custom form for read-only fields

},

“submit”: false,

“signpostPosition”: “right-middle”

}

Resolution

To resolve the issue:

1. Navigate to Service Broker -> Content & policies -> Content  open and export the related form

2. Remove the “submit”: false value or change it to “submit”: true

3. Import again the new form

 

 


Additional Information

Impact/Risks:

The external actions will not execute in vRealize Automation custom forms if they contain read-only fields with “submit”: false property set in the custom form