SharePoint 2007 Workflow Doesn't Trigger On InfoPath Form Submit
This is a follow-up question to this question.
This is what I expect to happen:
- User navigates to Document Library
- User clicks New
- InfoPath form opens
- User fills in data
- User clicks Submit
- Form submitted to Document Library
- Workflow triggered by New Item sends stripped-down form data as e-mail 开发者_C百科
- Everyone is happy
The problem is, I never reach Step #8 because the Workflow does not trigger. I have all three options selected for triggering the Workflow - Manual, New Item, Updated Item. The Manual trigger works great on items in the Document Library and the Workflow does exactly what it needs to do, but the other two triggers never seem to fire.
Any advice would be greatly appreciated...
Are you by any chance running as the system account? Have a look at this question and answer on sharepoint.stackexchange.com (where you really want to move all your SharePoint questions to)
精彩评论