<aside>

Description

SimpleT AI Async Response Awaiter is a Flow action that checks the status of asynchronous AI processing jobs and retrieves results when they are complete. It enables non blocking AI workflows in Salesforce Flows.

</aside>

Setup

Use these guides before adding the Async Response Awaiter to your Flows:

What this tool does

Primary functions

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:

Step 2: Check for results (Async Response Awaiter)

Use SimpleT AI Async Response Awaiter after a delay:

SimpleTAsyncCheckerScreenFlow.png

Status responses explained

Common patterns and templates

Pattern 1: Simple polling loop

Use this when you want to check for results at a fixed interval.

Pattern 2: Progressive polling

Use this when you want to increase the wait time between checks (for example, exponential backoff).

Troubleshooting

Common issues and solutions

Processing never completes

Possible causes:

Recommended actions:

Getting help

<aside>

Quick View

End User Documentation