I have a DOM Instance that the current status is "error". I want to know the previous status the instance had before the "error" status to implement an action to retry running one more time the script that generates the "error". This Instance could transition to error status from multiple statuses (i.e. inprogress -> error, active -> error, ready -> error, etc.)
I checked the methods we have in DomHelper and also DomCache and did not find any useful method for that. Is it possible to get the previous status or latest transition on that DOM Instance?
Hi German,
I think this can be used to obtain the previous states of the DOM instance: https://docs.dataminer.services/user-guide/Advanced_Modules/DOM/DOM_history.html#changes-to-the-status.
Please let me know if you need further assistance.