Answered by:
start workflow in event handler

Question
-
Hi,
1-how can i start workflow with my data within event handler?(i must send username persone that he/she active eventhandler to workflow,how i do this?)
please give me information about manager.startworkflow.(i dont know that datas will pass in manager.startworkflow how is create)
2-how i recieve this data in workflow?(or how i call this data of the event handler in workflow)
thanks
Saturday, October 9, 2010 1:18 PM
Answers
-
Sara19_S the scenario is vague but basically you have two options for #1:
- if you want to start a PS WF use the PSI to do so (changeworflow pointing to the EPT)
- if you want to start a SharePoint WF then please use the SP OM
Blog | Facebook | Twitter | Posting is provided "AS IS" with no warranties, and confers no rights.
Project Server TechCenter | Project Developer Center | Project Server Help | Project Product Page- Proposed as answer by Alexander.Burton Tuesday, October 12, 2010 2:15 AM
- Marked as answer by Christophe FiessingerMicrosoft employee Saturday, October 16, 2010 7:31 PM
Monday, October 11, 2010 3:55 PM
All replies
-
Sara19_S the scenario is vague but basically you have two options for #1:
- if you want to start a PS WF use the PSI to do so (changeworflow pointing to the EPT)
- if you want to start a SharePoint WF then please use the SP OM
Blog | Facebook | Twitter | Posting is provided "AS IS" with no warranties, and confers no rights.
Project Server TechCenter | Project Developer Center | Project Server Help | Project Product Page- Proposed as answer by Alexander.Burton Tuesday, October 12, 2010 2:15 AM
- Marked as answer by Christophe FiessingerMicrosoft employee Saturday, October 16, 2010 7:31 PM
Monday, October 11, 2010 3:55 PM -
Hi,
Thanks for replay,
I want start a sharepoint wf..please explain SP OM to me or send me link that explain SP OM...(user create request in calendar ,event call... then event must send data(text of request and information about requester user ) to work flow and workflow must start with this data...
please help me
Tuesday, October 12, 2010 5:55 PM -
Please look at the SP WF documentation on MSDN
Blog | Facebook | Twitter | Posting is provided "AS IS" with no warranties, and confers no rights.
Project Server TechCenter | Project Developer Center | Project Server Help | Project Product PageTuesday, October 12, 2010 10:14 PM