How to configure a workflow to start at specific time, then loop / repeat periodically (Daily, Weekly)
The following method can be used to start a workflow at a specific time, then repeat periodically (each day). Periodic Workflow Processing (send daily email notification or reminder) A useful implementation of this technique allows you to configure workflows to run as background tasks at a specific time instead of being triggered by a user manually, or after creating or modifying a list item.
Related posts:
- Create (Looping) Timer Workflows Using SharePoint
- SharePoint Looping Workflow – How to: Loop through and process all list items
- How to wait for a change in any list, wait for multiple field changes in the current item (SharePoint Workflow)
- SPD Workflow Issue Solved – List item not found error when finding item using metadata value
- SPD: Get account details of workflow initiator
Tags: Looping Workflow, SharePoint, SharePoint Designer, SPD, Workflow