For the complete documentation index, see llms.txt. This page is also available as Markdown.

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.

Last updated