Problem
Architect flow v4.2.1 drops the custom_attributes payload on the REST API action to the Express middleware. Response returns 422 Unprocessable Entity with error_code: VALIDATION_FAILED.
{ "task_data": { "queue_id": "123" } }
Error
The JSON body hits the endpoint but doesn’t parse right. Spec looks fine.