Skip to main content
Nintex Community Menu Bar
Knowledge Base

Clear Tasks Stuck in Running Status from Console

  • November 22, 2023
  • 0 replies
  • 196 views
  • Translate

Forum|alt.badge.img

Topic

At times, there are tasks stuck in Console under 'Running' status which cannot be removed or cancelled. You will need to remove these tasks using by running a SQL query in SSMS (SQL Server Management Studio)

 

Instructions 

- Access the DB for Nintex/Kryon RPA using SSMS
- Identify all tasks in the tasks.tasks_task_data table in Kryon database that has not been completed using the following query

SELECT * FROM tasks.tasks_task_data WHERE end_execution_time IS NULL

- Identify the id of the task to clear from the Currently Running status and update the is deleted to value 1 using the following query

UPDATE tasks.tasks_task_data SET is_deleted = 1 WHERE id = '<id>'

After that, clear the Redis cache using the following:

- Run P3X Redis UI from Kryon\Services\Kryon.cache\client
- Launch the tool after completing the download. You should be greeted with the following screen
 



- Click on Settings and then New Connection to add a new connection
 


- Provide a unique name and update the hostname of the server to 127.0.0.1, and port 6379. Password will be Kryon2022! However, if not working, please try with Kryon2021! And Kryon123!
 


- Click Test Connection. You should see that Redis is connected successfully. Click Add to create the new connection
- With the new connection created, click on the Connect button on the left bottom and select the connection that has just been created
- Mouseover on the Kryon folder in the left pane and a red 'x' should appear. Click on the red 'x' to delete it
- After that, restart all Kryon services and the task should be removed.

Did this topic help you find an answer to your question?

0 replies

Be the first to reply!

Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie Settings