Fix incorrect values being passed to workflow editor component
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3571346. --> Reported by: [joevagyok](https://www.drupal.org/user/2876343) >>> <h3>Problem</h3> <p>The workflow editor component was receiving incorrect values for certain properties, causing display and behavior issues in the visual editor.</p> <h3>Root Cause</h3> <p>Parameter mapping between the Drupal backend and the JavaScript component was incorrect for some properties.</p> <h3>Solution</h3> <p>Corrected the value mapping to ensure the component receives the expected data format and values.</p> <h3>Impact</h3> <ul> <li>Workflow editor displays correctly</li> <li>Node properties render as expected</li> </ul>
issue