> 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/qloud-margin-control/administrators-guide/custom-objects/workflows.md).

# Workflows

Qloud Margin Control uses one workflow to drive background processing.

| Workflow               | Internal ID                    | What it does                                                                                                                                                                                                                                                                                         |
| ---------------------- | ------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| FQ QMC Async Execution | `customworkflow_fq_apm_aer_wf` | Runs when an **Async Execution Request** record is created. If the request is still unprocessed, it invokes the queued function (module path + callback + parameters) so long-running and bulk operations — such as bulk Sales Cost processing — run in the background instead of blocking the user. |
