SimpleT AI Async Response Awaiter
SimpleT AI Async Response Awaiter is a Flow action that checks the status of running AI jobs and retrieves results when they are complete. It lets you build workflows that use powerful AI without blocking while the AI processes.
Setup
Use these guides before adding the Async Response Awaiter to your Flows:
What this tool does
Primary functions
- Status checking – checks whether your async AI processing is finished.
- Result retrieval – fetches final AI results when processing is done.
- Progress monitoring – tells you if the AI is still working or complete.
- Error detection – identifies when AI processing has failed.
How async AI processing works
Async processing is a two-step process.
Step 1: Start AI processing (SimpleT AI Service)
Use the SimpleT AI Service action first:
- Set Execute Async = true.
- The action returns tracking information (Run ID and Thread ID).
Step 2: Check for results (Async Response Awaiter)