Since you can't loop back in a workflow, I'd like my workflow to branch to another workflow if it reaches a point where it would need to go back. Is there an option to have my workflow start another workflow?
Thank you!
|
Since you can't loop back in a workflow, I'd like my workflow to branch to another workflow if it reaches a point where it would need to go back. Is there an option to have my workflow start another workflow? Thank you! |
||||
|
|
Check out Useful Sharepoint Designer Custom Workflow Activities and particularly Start Another Workflow. |
|||
|
|
Having a pair of workflows triggering each other is a common way to build loops in SharePoint Designer. Since your workflow starts when an item is changed, you just need to have the first workflow modify a field. This will trigger the second workflow. |
|||
|
|
|
Even am facing the same issue. On item update, SP 2010 designer workflow will not re-initiate or there is no default action to start another workflow or the same (which was avail in SP 2007 designer WF). Can go for custom workflow activities else can use event handlers hopefully. Looping back, infinite looping are all possible if you will check on some particular field's value from the workflow. Can get a clear view in this link: http://social.technet.microsoft.com/forums/en-US/sharepointcustomizationprevious/thread/eda805e6-f363-4006-983d-89cee1551d6b |
|||
|
|