I have a sharepoint list and user will click 'start now' link in that list, then, I have to start a workflow. How this can be achieved. Please advice!

Thanking you.

link|improve this question

43% accept rate
Is this a workflow that you have set up using SharePoint Designer (custom workflow)? – Kit Menke Jun 16 '10 at 14:19
Kit, No this is a custom workflow not SPD.. – Naren Jun 16 '10 at 15:41
feedback

1 Answer

up vote 2 down vote accepted

Have a look at this post: Send email with javascript – with the help of a workflow in a dedicated “send email-list”

link|improve this answer
Hi Muhimbi, Thanks for the answer. But I don't have sp designer workflow. I have a custom workflow which is developed in vs2008. So how can I use the above information to call my custom workflow – Naren Jun 16 '10 at 15:05
Same way - the javascript puts items in a list and your workflow is triggered when new items are put in the list. – Ryan Jun 16 '10 at 17:13
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.