Overview
Example Lab Details | |
| Version | 8.4.0 |
| Root Folder | Go Async Email Example |
| Modules | None |
| Dependencies | None |
The Go Async step allows subsequent steps to run on a different thread and then returns control to the calling entity (parent Flow, user, or process). Steps that produce outputs will not be available to the calling entity since that entity will not have any insight into what that step is doing.
Explanation
The example Flow utilizes Run Flows for the List step with defined email addresses. Because the process of sending many emails will not return a necessary Output, and because the process itself could take a very long time, the process will run autonomously with the Go Async step.
