Hello.
I have a customer who has deployed the TSP. After activating the policies, they had an error in production environment when executing a custom flow they ave implemented, with the following error message :
"Can't perform callout because of pending uncommitted changes related to a process, flow, or Apex operation. Commit or roll back the work, and then try again. For more information, contact your Salesforce administrator."What may be the root cause of this error ?
The policies if they have some DML opeartions, should not they do in a async manner so that we don't any issue DML operations hitting during a callout action?
Have you any idea how to solve it without touching customer's custom flow implementations ?
Thank you