Safe Execution for Concurrent Automation Runs
R
Rahul Changharath Sivasankaran
Currently, automations that need to update or create multiple entities dynamically rely on the migration endpoint with filters, which can fail when concurrent runs overlap on the same blueprint.
A more reliable approach would be to enhance the UPSERT API to support dynamic, filter-based updates, allowing automations to update or create all entities that match a filter in a single atomic operation.