JD-Daz
JD-Daz

Reputation: 61

SharePoint - Scheduled Workflows

Is there any 'out of the box' feature in SharePoint to allow you to schedule a workflow?

Upvotes: 4

Views: 1392

Answers (1)

Per Jakobsen
Per Jakobsen

Reputation: 3777

No there is no OTB feature to do that, but depending on the workflow you might be able to fake it.

If it's a SharePoint Designer workflow you've created that you want to run at certain intervals. Then you can make the following changes to it:

  1. Make it run automatically when the item is changed.
  2. When it's done with the real functionality then make a delay and after the delay modify the item and stop.

A new instance of the workflow will then spawn due to the modification

Upvotes: 2

Related Questions