We’re currently running a process where each document goes through Document Understanding, followed by parallel validation. After validation, the extracted data is added to a queue in Orchestrator. The validation step involves identifying the document using keywords and verifying key values against the database. There are five layers of validation based on the requirements.
The process feels slow. Our Trigger Scope only has a 30‑second interval, and there are no additional delays or timers configured, yet it still takes around 3–5 minutes before items reach the queue. Is there a way to improve the processing speed—either through configuration settings or adjustments in the workflow?