process-mining
2023.10
false
UiPath logo, featuring letters U and I in white

Process Mining

Last updated Jun 11, 2025

How to cancel a data run from the database

This section describes how to manually stop the data run from the database in case of a failing data run.

Follow these steps.

  1. Retrieve the App ID of the process app for which you want to cancel the data run. Check outProcess App properties.

  2. Contact you database administrator to run the following SQL query in the AutomationSuite_ProcessMining_Metadata database:

    with Ingestion_tbl as (select top 1 * from dbo.Ingestions where AppId = '<app ID>' and [Status] = 1 order by LastUpdated desc) update Ingestion_tbl set [Status]=3 where <app ID> should be replaced with the App ID retrieved in Step 1.
    The following illustration shows an example.
    Example query to cancel a data run
  3. Refresh Process Mining Portal page.

  4. Upload data for the process app.

Was this page helpful?

Get The Help You Need
Learning RPA - Automation Courses
UiPath Community Forum
Uipath Logo White
Trust and Security
© 2005-2025 UiPath. All rights reserved.