The CreatorCon Call for Content is officially open! Get started here.

How to restart a cancelled workflow and reopen same tasks

Raviteja K
Tera Expert

Hello 

Due to one error, few RITMs workflow got cancelled and respective catalog tasks are made inactive. Is there any way to reopen same tasks and restart the workflow?

Thank you.

1 ACCEPTED SOLUTION

saigattu
Kilo Expert

Hi,

Please check the below, can be helpful.

 

https://community.servicenow.com/community?id=community_question&sys_id=3e998ba5db5cdbc01dcaf3231f96...

In case, you are not able to access. Try below way

 

 

new Workflow().restartWorkflow(current);

 

Thanks,

SG.

View solution in original post

1 REPLY 1

saigattu
Kilo Expert

Hi,

Please check the below, can be helpful.

 

https://community.servicenow.com/community?id=community_question&sys_id=3e998ba5db5cdbc01dcaf3231f96...

In case, you are not able to access. Try below way

 

 

new Workflow().restartWorkflow(current);

 

Thanks,

SG.