How to restart a workflow at a given step. | Community
Skip to main content
roberth55706517
Level 4
November 4, 2015
Solved

How to restart a workflow at a given step.

  • November 4, 2015
  • 3 replies
  • 1686 views

I have a workflow that contains several steps. One of the last steps is an approval step where someone can reject the work performed prior to their assignment. I need to know how to restart the workflow and one of the intermediate steps.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Lokesh_Shivalingaiah

You can write a simple script and use Goto Step to mention where it has to start with

[1] https://docs.adobe.com/docs/en/cq/5-6-1/workflows/wf-ref.html#Goto%20Step

3 replies

Lokesh_Shivalingaiah
Lokesh_ShivalingaiahAccepted solution
Level 10
November 4, 2015

You can write a simple script and use Goto Step to mention where it has to start with

[1] https://docs.adobe.com/docs/en/cq/5-6-1/workflows/wf-ref.html#Goto%20Step

kautuk_sahni
Community Manager
Community Manager
November 5, 2015

Hi roberth55706517

As mentioned by Bsloki, You may use Goto Step. 

  • Goto Step – Lets you go back to a particular step in the workflow. At the time of writing this blog, there was a UI bug where if you had the goto step inside a split, the drop down wont show the steps outside the branch of the split. The workaround for this is to manually update the property in CRXDE for the goto step process.

Link :- http://docs.adobe.com/docs/en/cq/5-6-1/workflows/wf-ref.html#Goto Step

I hope this would help you.

Thanks and Regards

Kautuk Sahni

Kautuk Sahni
roberth55706517
Level 4
November 6, 2015

That did work for what I need with that step.

Now how about a link that fully explains the OR join/split step? I've searched but only find mentions of it.