2.3.3: Optional REST/JSON:API Endpoints
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3538895. --> Reported by: [d34dman](https://www.drupal.org/user/751698) >>> <ul> <li>Provide optional endpoints for workflows: <ul> <li>Load workflow data (<code>/flowdrop/workflow/{id}</code>).</li> <li>Save workflow data (<code>PATCH /flowdrop/workflow/{id}</code>).</li> <li>Execute workflow and return job ID (<code>POST /flowdrop/workflow/{id}/execute</code>).</li> </ul> </li> <li>REST endpoints are secondary to the JS event system and will primarily be used for persistence and job execution.</li> </ul>
issue