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

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 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.

Last updated