vijay
3 years agoNew Contributor III
DataManagment job status
hi,
i have a long running DM job which was triggered from ControlM using the REST API. The problem is controlM couldnt wait for the DM job completion to mark it as completed since the DMjob takes more than 2 hours to complete. Can we write a seperate function which sends back the DM job status from OneStream so that controlM can polls and check for the DM job completion. Is there an API method available which gives out the status of the DM job.
Thanks
Vijay
Hi,
Can you try accessing the system database table "TaskActivity" and check for endtime for your data management sequence?
Hope this helps.