Add a reliable way to prevent race conditions between concurrent automation actions on tickets. Current automation flows can update ticket status before other field updates such as Type, Subtype, Item, notes, or board changes are fully committed. This causes downstream integrations and workflows that trigger on status changes to process partially updated tickets with missing data. The request is for automation execution ordering guarantees, such as committing status changes only after all related ticket updates complete, or providing a dedicated "triage complete" event or flag that external workflows can safely trigger from. This would improve consistency for integrations and reduce intermittent issues caused by multiple automations writing to the same ticket simultaneously.