Skip to main content
Solved

Stop or kill running task in ODX

  • August 12, 2021
  • 2 replies
  • 215 views

I would like to have the ability to stop a running task in the ODX server. Right now I have a task that is running and has timed out after 1h several times. I think I need to synchronize the data source and that would fix the issue, but I have no way of stopping the running task. So I have to wait for it to time out and let the synchronization be pending.

Best answer by Thomas Lind

Hi Martin

You should be able to by going to the ODX Execution Queue

In there you can stop running tasks. If you click on stop task and refresh, you should see it stop that.

2 replies

Thomas Lind
Community Manager
Forum|alt.badge.img+5
  • Community Manager
  • 1161 replies
  • Answer
  • August 12, 2021

Hi Martin

You should be able to by going to the ODX Execution Queue

In there you can stop running tasks. If you click on stop task and refresh, you should see it stop that.


  • Author
  • Contributor
  • 16 replies
  • August 12, 2021

Thanks!