Question

i want to try doing this directly in SP2010 designer first. I have never worked with workflow before and haven't found anything that really helped me out online.

Flow: I go into a global team site. I fill out a form (predefined form i created with specific controls) and click submit (form is validated for input). Workflow kicks starts sending an email to a user who is defined to approve this workflow. Once approval is obtained, the workflow completes and creates a Team Site from the information in the initial Form I filled out.

I am sure this is simple for anyone who has been developing workflows, but again this is my first and my first time using SP2010.

Any help starting this would greatly be appreciated. I haven't really found any good examples online for something like this.

Was it helpful?

Solution

We just completed a project exactly like this. We made a list with all the fields necessary to create a site. We attached a custom Approval workflow created in SharePoint Designer and a Workflow Event Receiver. When the Approval workflow finished, the WorkflowCompleted event checked that the workflow outcome was Approved, retrieved the List Item associated to the Task, and passed that List Item to our builder class.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top