Monday, May 16, 2011

Quick Note: Quick Workflow Knowledge

SharePoint 2010 workflows can:
·         Automate common business steps
·         Help manage long-running processes
·         Route documents and forms
·         Collect feedback, approval, or notifications
·         Provide visual indicators of a process
SharePoint 2010 Standard and Enterprise include a selection of ‘out of the box’ workflows.  These tools help you automate the most common business tasks – sharing and collecting feedback on documents.  I see the following workflows used most often:
·         Approval Workflow - Routes the content for approval. You can setup this workflow as serial or parallel plus preset the approvers.
·         Collect Feedback Workflow - Routes the content for feedback. When the workflow completes all the feedback is sent to the originator of the workflow.
·         Collect Signature Workflow - Rather than just sending content for approval, this workflow requires digital signatures on the content.
‘Out of the Box’ Workflows
‘Out of the box’ workflows can be added to any SharePoint document library.  Simply select a template and pick a name.  Your workflow can start whenever a document is added, whenever a document is changed, or both.
Once your workflow is set up, it will auto-magically run when triggered.  Users may also start a workflow manually.
When the workflow starts, it will ask the user to set some rules.  Who should approve the document?  Is there a due date?  And my favorite!  Send a reminder e-mail if SharePoint doesn’t hear from an approver.
Workflows with Visio or SharePoint Designer
When your needs become more complex, SharePoint power users and developers can create custom workflows using drag-and-drop tools.  Workflows are composed of simple building block “activities” and conditional logic.  Workflows run based on events and conditions affecting a document or SharePoint list item.
If you are comfortable with Visio, you can use familiar tools to snap together a SharePoint workflow. Various workflow actions are available, such as Assign Task, Send E-mail, Create List Item, Collect Data from User, Wait for Timer, and more.

Last but, Very Powerful way to implement the workflow is to develop it in Visual Studio (Custom Code).
Workflows can be used to manage projects, track engineering change orders, manage customer service, route mortgage documents, automate human resource tasks – even starting a bidding war between vendors during an RFP process.
Were you timing me?  In just a few minutes I’ve explained how simple – yet powerful – workflows can help you automate your business processes.  Workflows can be designed to improve almost any aspect of your business.  

No comments:

Post a Comment