When there is an error processing the row or the task was cancelled and no data was sent to Salesforce, this error occurs when custom Salesforce processes triggered during a dataloader.io from Mulesoft task takes too long or fails.
When you receive this error in the errors CSV file notice that most of the times this is caused by some custom code being triggered by the task (for example a Trigger) on your Salesforce. This code might contain errors or (usually) taking too much time to finish processing each batch.
If the performance of that process is poor, the bigger the batch is, the more time it will take to process it and this may lead to a query timeout on Salesforce side causing the job to be cancelled and this error being reported.
A possible workaround (and can also be used to validate if this is the cause of your error) is to set the task to run using the Batch API and set the batch size to 1. With such a small batch, your trigger won't reach the timeout and therefore the task will finish successfully (unless the process is not just poorly performant but failing). This will cause the task to take longer to finish and therefore is not a valid solution in case you are processing many records.
The solution for this issue is to correct the error or improve the performance of the process being triggered. This needs to be done by a Salesforce Administrator and in case of doubts you should contact Salesforce support.
005318740

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.