Problem
How to stop export Jobs that are in CANCELLING state?
Solution
You can use _forceStop API endPoint to stop the Cancelling State Export Job
Initiate stopping of the task with the given ID.
This task is available to the Administrator only.
Request
PUT {ExportServiceURL}/tasks/{taskId}/_forceStop
Response
A status of the operation: success or error.
{"status": "success"}
References
https://docs.reltio.com/exportapi/exportforcestoptask.html
Comments
Please sign in to leave a comment.