Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Scheduling of Workflows

2 views
Skip to first unread message

Ro

unread,
Jul 22, 2009, 8:41:31 AM7/22/09
to
Hi

Using Sharepoint Designer is there a way of scheduling workflows? i.e. I
would like a task to be created at the same time every week.

Regards

Ro


Mike Smith

unread,
Jul 26, 2009, 1:00:01 AM7/26/09
to
Sorry, but no. SPD workflows are "event driven" and are fired only on "item
created" or "item changed" and they can be manually started.

But here's an idea. If you just want a new task on a schedule, create a
little .Net application that adds the task using the API or the web services.
Probably not much more the 8-10 lines of code to create a little console
application and then schedule it using the Windows task scheduler.

--
Mike Smith
TechTrainingNotes.blogspot.com

mrschlei

unread,
Jul 31, 2009, 11:33:37 AM7/31/09
to
On Jul 26, 1:00 am, Mike Smith <MikeSm...@discussions.microsoft.com>
wrote:

Probably a bit more complicated than Mike's solution above (but with
no coding required) would be to have two custom workflows working on a
custom task-generating list. One workflow would start when anything
is changed and then wait until a custom "Date and Time" column (let's
call it "Time to Create Task"), and then it would create a task in a
list. Another secondary workflow would sit and wait for the first
worklfow to be "Completed" and then do something along the lines of re-
setting the previously-mentioned "Time to Create Task" column to a
week in the future. This would restart the original workflow, which
would create, essentially, an infinite loop of weekly task generation.

Aleksandr Gorlach

unread,
Jun 1, 2012, 6:26:13 AM6/1/12
to
You can download freeware workflow scheduler: http://www.harepoint.com/Products/HarePointWorkflowScheduler/Default.aspx

WBR, Alexander
>> On Sunday, July 26, 2009 1:00 AM Mike Smith wrote:

>> Sorry, but no. SPD workflows are "event driven" and are fired only on "item
>> created" or "item changed" and they can be manually started.
>>
>> But here is an idea. If you just want a new task on a schedule, create a
>> little .Net application that adds the task using the API or the web services.
>> Probably not much more the 8-10 lines of code to create a little console
>> application and then schedule it using the Windows task scheduler.
>>
>> --
>> Mike Smith
>> TechTrainingNotes.blogspot.com
>>
>>
>> "Ro" wrote:


>>> On Saturday, August 01, 2009 8:13 PM mrschlei wrote:

>>> wrote:
>>> em
>>> a
>>> ces.
>>> I
>>>
>>> Probably a bit more complicated than Mike's solution above (but with
>>> no coding required) would be to have two custom workflows working on a
>>> custom task-generating list. One workflow would start when anything
>>> is changed and then wait until a custom "Date and Time" column (let us
0 new messages