2.3.2: Implement Workflow Editor API
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3538894. -->
Reported by: [d34dman](https://www.drupal.org/user/751698)
>>>
<ul>
<li>Expose a JavaScript API (e.g., <code>window.FlowDrop</code> or an ES module) to allow programmatic workflow interactions.</li>
<li>API methods to include:
<ul>
<li><code>FlowDrop.load(workflowId)</code></li>
<li><code>FlowDrop.save()</code></li>
<li><code>FlowDrop.execute()</code></li>
<li><code>FlowDrop.on(event, callback)</code> for event subscriptions.</li>
</ul>
</li>
<li>Ensure that UI state is always event-driven to simplify future real-time features.</li>
</ul>
issue