I have a couple steps in a declarative workflow that each collect data from users. I need each collection task to be completed before the next step kicks off. Is this possible. Also, the workflow is started by the user in this instance, not by item created or changed.
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
Yes. Please read the following article: Creating Multiple Tasks from a SharePoint 2010 Workflow Sequentially |
|||
|
|
Yes, you can have workflows call other workflows in SP Designer. You can have it so that a user can fire a workflow, and those workflows call other workflows when a task is complete. |
|||
|
|