> For the complete documentation index, see [llms.txt](https://docs.tradeqloud.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tradeqloud.com/tradeqloud-setup/administrators-guide/custom-objects/workflows.md).

# Workflows

TradeQloud Setup uses one workflow to drive background processing.

| Workflow                 | Internal ID                      | What it does                                                                                                                                                                                                                                                                                                                                                           |
| ------------------------ | -------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| FQ Setup Async Execution | `customworkflow_fq_setup_aer_wf` | Runs when a [Setup Async Execution Request](/tradeqloud-setup/administrators-guide/custom-objects/custom-records.md#fq-setup-async-execution-request) record is created. If the request is still unprocessed, it invokes the queued function (module path + callback + parameters) so deferred and bulk operations run in the background instead of blocking the user. |
