An Azure service that automates the access and use of data across clouds without writing code.
There is no information in the provided context that indicates a known regression, capacity reduction, or new telemetry overhead in Dynamics 365 Finance and Operations 10.0.47 that specifically affects the Business Events framework or the BusinessEventsProcessor batch job, nor anything that ties 10.0.47 to degraded performance of Power Automate flows triggered by business events.
The only relevant business‑event guidance in the context is generic troubleshooting, not version‑specific:
- If business events are not triggering or are limited by configuration, verify the parameters in the BusinessEventsParameters table (in System administration > Setup). For non‑production environments, the documented baseline values are:
- Retry count = 3
- End points allowed per event = 10
- Wait time = 1000
After changing these, restart the batch service and run
IISResetso the new values are picked up.
- If there are errors on active business events such as
Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information, rebuild the business events catalog.
For Dataverse‑based Power Automate triggers, the documented causes of multiple or delayed triggers are also generic and not tied to 10.0.47:
- Multiple triggers for the same change can be caused by duplicate callback registration records for a flow. Removing duplicate callback registrations (via Dataverse API or by turning the flow off and on) resolves this.
- Multiple updates to the same record in quick succession will legitimately fire multiple triggers; audit history can be used to identify the source and then add de‑duplication logic in the flow.
- Delays can be caused by normal asynchronous processing in Dataverse, or by backlog in the async service. If delays exceed about five minutes, System Jobs should be checked for backlogs; persistent issues should be escalated to Microsoft support.
The platform and Finance 10.0.47 “what’s new” content in the context lists feature additions and schedule details but does not mention any change to Business Events capacity, concurrency, or threading, nor any known performance issue in this area.
Given the context, there is no documented 10.0.47‑specific regression or known issue for Business Events or Power Automate triggering. Only the generic configuration and troubleshooting steps above are available.
References: