Project Server 2010 Start Workflow issue
-
Wednesday, May 19, 2010 1:35 PM
Hello everybody
i'm actually developing a sequential project server workflow.
After the deployment with VST2010 on my PWA site i have created a EPT (Enterprise Project Type) and associated my workflow to this type.Then i tried to create a new project from my prior created type.
When i save the project i have to wait a long time to get an answer from PWA.
And the answer is a Queue Job Error Message:Workflow:
WorkflowNoWorkflowsDefined (35103). Details: id='35103' name='WorkflowNoWorkflowsDefined' uid='d5dec2d6-6101-4df9-8f3e-9c18869660ab'.
Error:
WorkflowCannotStartWorkflow (35100). Details: id='35100' name='WorkflowCannotStartWorkflow' uid='c650ed9c-9071-4edc-9e57-f68207a0abb8'.
Can anybody help?
I also tried to use the sample workflows from SDK but it ends with the same problem.I'm using Project Server 2010 RTM
All Replies
-
Friday, May 21, 2010 7:10 AMCould you please describe how you deployed your workflow and associated it to the EPT?
-
Saturday, May 22, 2010 5:35 PMModeratorWhen you deploy a workflow as a feature, the way the Sample workflow is deployed, you may need to activate it first. Once deployed and activated, you must add it to your Project Server site as well, before adding it to the EPT. Did you complete these steps?
Gary Chefetz, MCITP, MCP, MVP msProjectExperts
Project and Project ServerFAQs
Project Server Help BLOG -
Tuesday, May 25, 2010 8:15 AM
I have deployed it with Visual Studio 2010, clicked on the solution container and choosed deploy.
-
Tuesday, May 25, 2010 8:19 AM
I deployed it like described above.
The feature was activated already and i was able to choose my workflow in the drop down box while creating my EPT.
Could you describe how i can add my workflow to Project Server site? I thought it was added already.
-
Tuesday, May 25, 2010 2:34 PMModerator
In Project Web App, select the Site Settings option from the SharePoint standard menu. Select Workflow Settings from the menu and then add a workflow. This final step is necessary to make the workflow eligible for use in PWA.
Gary Chefetz, MCITP, MCP, MVP msProjectExperts
Project and Project ServerFAQs
Project Server Help BLOG- Marked As Answer by Christophe FiessingerMicrosoft Employee, Owner Tuesday, May 25, 2010 4:00 PM
-
Wednesday, May 26, 2010 9:56 AMThank you! That was the answer.