Can an ai_automator support asynchonous AI geneartion task?
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3550865. -->
Reported by: [fishfree](https://www.drupal.org/user/175299)
>>>
<p>Some AI generation tasks such as text_to_image and image_to_video consume lots of time. Some AI service provider support asynchronous POST push to a HTTP path (which should be a Drupal routing).<br>
I notice these Automator Worker types</p>
<ol>
<li>Direct - Processes and saves the value directly.</li>
<li>Batch - Uses JavaScript batch queue (not recommended), will not work on programmatical saving.</li>
<li>Queue/Cron - Saves as a queue worker and runs on cron.</li>
<li>Field Widget - Processes the widget when the user takes action. This will not save the entity, only add values to the form.</li>
</ol>
<p>I don't know if the second or third type can make it? Or still not truely asynchronous way?</p>
issue