How can I resume aborted workflows?

athati
edited June 27, 2014 in Documentum #1

Hi,

I need to uninstall a Workflow template while some worklfows are running. Later I installed the workflow but at the last step accidentally/unthoughtfully I selected "No" option which resulted in aborting the running workflow. Is there a way to resume the aborted workflows?

Please let me know. It is on production.

Thanks.

ta

Best Answer

  • Abhi_Indulkar
    edited October 26, 2012 #2 Answer ✓

    Workflows only in paused(halted) status can be resumed. If you have aborted them then there is no way you can resume. Just check if workflow objects still exists for that template in case documentum's internal job has not deleted it.

Answers

  • Abhi_Indulkar
    edited October 26, 2012 #3 Answer ✓

    Workflows only in paused(halted) status can be resumed. If you have aborted them then there is no way you can resume. Just check if workflow objects still exists for that template in case documentum's internal job has not deleted it.

  • Niranjan_Kanchugar
    edited June 27, 2014 #4

    I think you can update the r_runtime_state parameter from the database table dm_workflow_s  to 1 instead of 4 if the workflow object has not yet been deleted.

    This is an old post just updating on a possible way

    -Regards,

    Niranjan