SlideShare ist ein Scribd-Unternehmen logo
1 von 37
Augmenting Business Process
with SharePoint
Donald Donais
Avtex IT Pro Consultant
ddonais@avtex.com
Blog – Tales from IT Side
http://talesfromitside.wordpress.com
Twitter
@dondonais
LinkedIn
Don Donais
Donald Donais
• Business Process Management
• Crawl, Walk, Run Approach
• Crawl
 OOB SharePoint Workflows
• Walk
 SharePoint Designer 2010
 3rd Party Vendor Workflow Products
Overview
Business Process Management
A series of
Actions, directed
toward a specific
aim or goal
What is a
Process?
Activities or set
of Activities that
accomplish
Business Goals
What is
Business
Process?
Systematic
approach looking
at org workflow
more effectively,
by reducing
human error
What is
Business
Process
Mgt?
• June 20th, 2011 Assoc. for Information and
Image Management (AIIM)
• SharePoint Survey – Expectation for future
users
• #1 – “Lack of strategic plans on what to use it
for” with to SharePoint
** https://www.nothingbutsharepoint.com/sites/eusp/Pages/SharePoint-and-BPM-
Whats-your-Strategy.aspx
BPM Survey
Which of the following types of add-on packages
planning to use with SharePoint?
Survey Continued
#3
#2
#1
Workflow
/BPM Search
/Analytics Secure
&
Rights
Mgt
Which of the following process have you
automated with SharePoint
Survey Continued
#3
#2
#1
Project
Mgt Internal
IT
Support
Other
LOB
Processes
Tips when Automating Business
Process
• Make sure to define the process
• Define reasons for automation
• Necessary to define initial investment and maintenance costs
• Do not automate every step in the process
• Take the time to analyze potential ROI from process
automation
• Make sure to consider the human element within process
Approaching SharePoint Workflows
Crawl, Walk, Run…
Crawl
• Out of the Box Workflows
Walk
• Introduce SharePoint Designer 2007-2013
 Workflows
 CodePlex Actions
• Introduce 3rd Party Workflow Tools 2007-2013
• Use Visio Services to Visualize Business
Processes 2010 & 2013
Run
• Develop more robust workflows
• .NET workflows
• Integrated systems
• Custom .NET Actions and Conditions for
SharePoint Designer
• Advanced 3rd Party Workflow Tools
Why Workflow?
• One version of the truth
• Flexibility
• Auditability
Basic Workflow Capabilities
• Start Workflow Manually or Automatically
• Visibility into Running Workflows
• Collection of Historical Workflow Data
– Status of approval, errors,…
• Stop (or Terminate) a Running Workflow
• Tight Integration with Office
Understanding The Workflow Lifecycle
• Association
 When a workflow is associated with a list
 Data can be associated with the workflow
• Initiation
 When the workflow is first started on a list item
 Data can be associated with the instance of the workflow
• Running
 Status page reflects state of the workflow
 User primarily interacts via Tasks
• Termination
 End an instance of a workflow
• Remove Association
Association Initiation Running Termination
Remove
Association
Workflows 2007
Out of the
Box
SharePoint
Designer
2007
Visual
Studio
2005 &
2008
Workflows 2010
• Out of the Box
 New Site Level Workflows
 Customizable with SharePoint Designer
 Visualization with Visio 2010
• SharePoint Designer
 Parallel Execution Paths
 Reusable Workflow
 Visualization/Design with Visio
 Exportable to Visual Studio
• Visual Studio Workflow
 Built-in Deployment/Debugging Tools
 Workflow Events
 Pluggable Workflow Services
Workflows 2013
• Out of the Box
 Visualization with Visio 2013
• SharePoint Designer
 Visual Designer
 Can use Stages to develop Workflow
 Web Service calls from within the Workflow
 Loops & GoTo actions added
 Finally- Copy and Paste is available!
• Visual Studio Workflow
 Built on Windows Workflow Foundation 4
 Visual Designer environment like SPD
 Forms are not created in InfoPath – ASP.NET forms
Site Content Types
Lists and Libraries
Lists
Publishing
•Approval
•Collect Feedback
•Collect Signatures
•Disposition Approval
•Approval
•Collect Feedback
•Collect Signatures
•Disposition Approval
•Three State*
•Translation Management
•Publishing Approval
*WSS 3.0
Out Of the Box SharePoint 2007
Site Content Types
Lists and Libraries
Lists
Publishing
•Three State*
•Approval – SharePoint 2010
•Collect Feedback – SharePoint 2010
•Collect Signatures – SharePoint 2010
•Disposition Approval
•Three State*
•Approval – SharePoint 2010
•Collect Feedback – SharePoint 2010
•Collect Signatures – SharePoint 2010
•Disposition Approval
•Three State
•Translation Management
•Publishing Approval
* SharePoint Foundation
Out Of the Box SharePoint 2010 & 2013
Out of the Box Workflows
SharePoint Designer 2007
• Next version of FrontPage!
• UI comprised of multiple panels
• Only Compatible with SharePoint 2007 (all versions)
• Allow Users to Create Workflows
• Associate Workflow to List or Library
• Workflow Designer
• Conditions & Actions – Augmented by
CodePlex
SharePoint Designer 2010
• Redesigned for SharePoint 2010
• New UI
• Only Compatible with SharePoint 2010
• Allow Users to Create New Workflows
• Associate Workflow to List, Library or
Reusable (Content Types)
• Import/Export to Visio
• New Workflow Designer Wizard
SharePoint Designer 2010 and Visio Workflows
Let’s set it up!
• Sales Documents Process
• If Expense is >$1000 then . . .
• Automatically approved if less
• Manager Approved and email Sales and VP of
Sales
• Bring in the Reinforcements!
• You are here because:
 Missing Specific Feature
 SharePoint Designer Missing Action
 Custom Data or Actions Needed
 Existing Windows Workflow Investment
 State Machine Workflow Requirement
 Expose the Full Power of .NET
• Word of Warning – There is a steep learning
curve
Custom .NET Workflow
• Windows Workflow Foundation
• Its not just a SharePoint Platform
 Built into .NET 3.0
Custom .NET Workflow – The Platform
• Workflow a Core .NET Feature
 Workflow can be ‘hosted’ anywhere
 SharePoint was Microsoft’s first host (CRM 4 uses
it now too)
• Custom applications can host it as well
• Standardized Format
 XML based file format (XOML)
• Widespread Availability
Workflow – Platform Implications
• Nintex
 Workflow
 Forms
 Live
• K2
 Blackpearl
 Blackpoint
 K2 SmartForms
3rd Party SharePoint Workflows
• Visual Designer
based in SharePoint
• Implement workflow
logic without code
 Also has Visual
Studio integration
• Rich visual designer
from SharePoint
• Connect to AD or
LOB data sources
K2
• Expand workflows
beyond SharePoint
Designer
• Implement workflow
logic without code
• Rich visual designer
from SharePoint
• Connect to AD or LOB
data sources
Nintex
• Small Installation Footprint
• Start in SharePoint, stay in SharePoint
• Document Assembly and Conversion
• User Defined Actions (UDA)
• Lazy Approval
• Workflow Change Approval
Nintex
Nintex Workflow 2010
SharePoint Workflow:
• Workflow Resource Center | SharePoint 2010 (Dev):
http://msdn.microsoft.com/en-us/sharepoint/hh295805
• Workflows in SharePoint Server 2010: http://technet.microsoft.com/en-
us/sharepoint/ff819861
SharePoint 2010:
• SharePoint 2010: http://sharepoint2010.microsoft.com
• SharePoint MSDN: http://msdn.microsoft.com/en-
us/sharepoint/default.aspx
Resources
SharePoint 2013:
• Microsoft SharePoint Server 2013 Preview Evaluation Resources:
http://technet.microsoft.com/en-us/evalcenter/hh973398.aspx
• SharePoint 2013 MSDN: http://msdn.microsoft.com/en-
us/library/jj162979(v=office.15).aspx
Workflow 3rd Party Vendors:
• Nintex: http://www.Nintex.com
• K2: http://www.K2.com
Resources Continued
Questions?
Donald Donais
ddonais@avtex.com
Blog – Tales from IT Side
http://talesfromitside.wordpress.com
Twitter
@dondonais
LinkedIn
Don Donais

Weitere ähnliche Inhalte

Was ist angesagt?

SPCAdriatics - Search Administration and Troubleshooting in SharePoint 2013
SPCAdriatics - Search Administration and Troubleshooting in SharePoint 2013SPCAdriatics - Search Administration and Troubleshooting in SharePoint 2013
SPCAdriatics - Search Administration and Troubleshooting in SharePoint 2013
Agnes Molnar
 

Was ist angesagt? (20)

Build SharePoint Online Workflows and Customize Forms Using Nintex for Office...
Build SharePoint Online Workflows and Customize Forms Using Nintex for Office...Build SharePoint Online Workflows and Customize Forms Using Nintex for Office...
Build SharePoint Online Workflows and Customize Forms Using Nintex for Office...
 
Webinar: The Slippery Slope of Migrating to SharePoint Online or On-Premise
Webinar: The Slippery Slope of Migrating to SharePoint Online or On-PremiseWebinar: The Slippery Slope of Migrating to SharePoint Online or On-Premise
Webinar: The Slippery Slope of Migrating to SharePoint Online or On-Premise
 
SharePoint Saturday Paris 2015 Validating SharePoint 2013 Farm Before Go-Live
SharePoint Saturday Paris 2015   Validating SharePoint 2013 Farm Before Go-LiveSharePoint Saturday Paris 2015   Validating SharePoint 2013 Farm Before Go-Live
SharePoint Saturday Paris 2015 Validating SharePoint 2013 Farm Before Go-Live
 
What's new in SharePoint 2016 for IT Professionals Webinar with CrowCanyon
What's new in SharePoint 2016 for IT Professionals Webinar with CrowCanyonWhat's new in SharePoint 2016 for IT Professionals Webinar with CrowCanyon
What's new in SharePoint 2016 for IT Professionals Webinar with CrowCanyon
 
SharePoint 2016 : C’est quoi les nouveautés?
SharePoint 2016 : C’est quoi les nouveautés?SharePoint 2016 : C’est quoi les nouveautés?
SharePoint 2016 : C’est quoi les nouveautés?
 
What's New in SharePoint 2016 for End Users Webinar with Intlock
What's New in SharePoint 2016 for End Users Webinar with IntlockWhat's New in SharePoint 2016 for End Users Webinar with Intlock
What's New in SharePoint 2016 for End Users Webinar with Intlock
 
Collab365: What's new in SharePoint 2016 for IT Pros
Collab365: What's new in SharePoint 2016 for IT ProsCollab365: What's new in SharePoint 2016 for IT Pros
Collab365: What's new in SharePoint 2016 for IT Pros
 
Microsoft - Cloud Platform
Microsoft - Cloud PlatformMicrosoft - Cloud Platform
Microsoft - Cloud Platform
 
SharePointFest 2013 Washington DC - WF 204 - Build scalable SharePoint 2013 S...
SharePointFest 2013 Washington DC - WF 204 - Build scalable SharePoint 2013 S...SharePointFest 2013 Washington DC - WF 204 - Build scalable SharePoint 2013 S...
SharePointFest 2013 Washington DC - WF 204 - Build scalable SharePoint 2013 S...
 
Drew madelung sp designer workflows - sp-biz
Drew madelung   sp designer workflows - sp-bizDrew madelung   sp designer workflows - sp-biz
Drew madelung sp designer workflows - sp-biz
 
WF 103 - Build scalable SharePoint 2013 Staged Workflows to run locally and i...
WF 103 - Build scalable SharePoint 2013 Staged Workflows to run locally and i...WF 103 - Build scalable SharePoint 2013 Staged Workflows to run locally and i...
WF 103 - Build scalable SharePoint 2013 Staged Workflows to run locally and i...
 
Comparison of SharePoint 2010 and SharePoint 2013
Comparison of SharePoint 2010 and SharePoint 2013Comparison of SharePoint 2010 and SharePoint 2013
Comparison of SharePoint 2010 and SharePoint 2013
 
SharePoint Saturday Kansas 2015 - Building Killer Office365 Public Sites
SharePoint Saturday Kansas 2015 - Building Killer Office365 Public SitesSharePoint Saturday Kansas 2015 - Building Killer Office365 Public Sites
SharePoint Saturday Kansas 2015 - Building Killer Office365 Public Sites
 
SharePoint Saturday Utah 2015 - SP2013 Search Driven Sites
SharePoint Saturday Utah 2015 - SP2013 Search Driven SitesSharePoint Saturday Utah 2015 - SP2013 Search Driven Sites
SharePoint Saturday Utah 2015 - SP2013 Search Driven Sites
 
Prepare for SharePoint 2016 - IT Pro best practices for managing your SharePo...
Prepare for SharePoint 2016 - IT Pro best practices for managing your SharePo...Prepare for SharePoint 2016 - IT Pro best practices for managing your SharePo...
Prepare for SharePoint 2016 - IT Pro best practices for managing your SharePo...
 
SharePoint 2016 Beta 2 What's new (End users and IT Pros) Microsoft Innovat...
SharePoint 2016   Beta 2 What's new (End users and IT Pros) Microsoft Innovat...SharePoint 2016   Beta 2 What's new (End users and IT Pros) Microsoft Innovat...
SharePoint 2016 Beta 2 What's new (End users and IT Pros) Microsoft Innovat...
 
SPCAdriatics - Search Administration and Troubleshooting in SharePoint 2013
SPCAdriatics - Search Administration and Troubleshooting in SharePoint 2013SPCAdriatics - Search Administration and Troubleshooting in SharePoint 2013
SPCAdriatics - Search Administration and Troubleshooting in SharePoint 2013
 
SharePoint 2016 Upgrade Planning
SharePoint 2016 Upgrade PlanningSharePoint 2016 Upgrade Planning
SharePoint 2016 Upgrade Planning
 
[Webinar] New Features in SharePoint 2016
[Webinar] New Features in SharePoint 2016 [Webinar] New Features in SharePoint 2016
[Webinar] New Features in SharePoint 2016
 
SharePoint 2016 - What's New, What's Not
SharePoint 2016 - What's New, What's NotSharePoint 2016 - What's New, What's Not
SharePoint 2016 - What's New, What's Not
 

Andere mochten auch

2020: What your marketing will look like.
2020: What your marketing will look like.2020: What your marketing will look like.
2020: What your marketing will look like.
HuddleHQ
 
16th Annual global CEO survey
16th Annual global CEO survey16th Annual global CEO survey
16th Annual global CEO survey
PwC Russia
 
Enterprise Document Management in SharePoint 2010
Enterprise Document Management in SharePoint 2010Enterprise Document Management in SharePoint 2010
Enterprise Document Management in SharePoint 2010
Agnes Molnar
 

Andere mochten auch (11)

Session8 Collaboration B08 Michael Sampson
Session8 Collaboration B08 Michael SampsonSession8 Collaboration B08 Michael Sampson
Session8 Collaboration B08 Michael Sampson
 
2020: What your marketing will look like.
2020: What your marketing will look like.2020: What your marketing will look like.
2020: What your marketing will look like.
 
16th Annual global CEO survey
16th Annual global CEO survey16th Annual global CEO survey
16th Annual global CEO survey
 
Enabling Enterprise Collaboration with SharePoint 2010
Enabling Enterprise Collaboration with SharePoint 2010Enabling Enterprise Collaboration with SharePoint 2010
Enabling Enterprise Collaboration with SharePoint 2010
 
Enterprise Document Management in SharePoint 2010
Enterprise Document Management in SharePoint 2010Enterprise Document Management in SharePoint 2010
Enterprise Document Management in SharePoint 2010
 
Taxonomy mgt in sp 2010 netwoven presentation slides
Taxonomy mgt in sp 2010   netwoven presentation slidesTaxonomy mgt in sp 2010   netwoven presentation slides
Taxonomy mgt in sp 2010 netwoven presentation slides
 
True collaboration, or: Why SharePoint is no friend to the CIO
True collaboration, or: Why SharePoint is no friend to the CIOTrue collaboration, or: Why SharePoint is no friend to the CIO
True collaboration, or: Why SharePoint is no friend to the CIO
 
Share point document management
Share point document managementShare point document management
Share point document management
 
Intergen Twilight Seminar: Break down silos with SharePoint Collaboration and...
Intergen Twilight Seminar: Break down silos with SharePoint Collaboration and...Intergen Twilight Seminar: Break down silos with SharePoint Collaboration and...
Intergen Twilight Seminar: Break down silos with SharePoint Collaboration and...
 
Nouvasys EPM and BI Solution for Oil and Gas
Nouvasys EPM and BI Solution for Oil and GasNouvasys EPM and BI Solution for Oil and Gas
Nouvasys EPM and BI Solution for Oil and Gas
 
Enterprise Content Management + SharePoint 2013 - SPSNH
Enterprise Content Management + SharePoint 2013 - SPSNHEnterprise Content Management + SharePoint 2013 - SPSNH
Enterprise Content Management + SharePoint 2013 - SPSNH
 

Ähnlich wie 2012 MindSurf - Augmenting Business Process with SharePoint

April 2010 MNSPUG.pptx - Business Processes with Digital Forms and ...
April 2010 MNSPUG.pptx - Business Processes with Digital Forms and ...April 2010 MNSPUG.pptx - Business Processes with Digital Forms and ...
April 2010 MNSPUG.pptx - Business Processes with Digital Forms and ...
butest
 
Mai Omar Desouki - What's new in SharePoint Designer 2013 #ESPC 2013
Mai Omar Desouki - What's new in SharePoint Designer 2013 #ESPC 2013Mai Omar Desouki - What's new in SharePoint Designer 2013 #ESPC 2013
Mai Omar Desouki - What's new in SharePoint Designer 2013 #ESPC 2013
Mai Omar Desouki
 
Who moved my SharePoint (to 2013)
Who moved my SharePoint (to 2013)Who moved my SharePoint (to 2013)
Who moved my SharePoint (to 2013)
Theresa Lubelski
 

Ähnlich wie 2012 MindSurf - Augmenting Business Process with SharePoint (20)

SPCA2013 - Windows Workflow Manager for the IT Pro
SPCA2013 - Windows Workflow Manager for the IT ProSPCA2013 - Windows Workflow Manager for the IT Pro
SPCA2013 - Windows Workflow Manager for the IT Pro
 
April 2010 MNSPUG.pptx - Business Processes with Digital Forms and ...
April 2010 MNSPUG.pptx - Business Processes with Digital Forms and ...April 2010 MNSPUG.pptx - Business Processes with Digital Forms and ...
April 2010 MNSPUG.pptx - Business Processes with Digital Forms and ...
 
MindSurf 2013 - SharePoint Out of the Box Project Management
MindSurf 2013 - SharePoint Out of the Box Project ManagementMindSurf 2013 - SharePoint Out of the Box Project Management
MindSurf 2013 - SharePoint Out of the Box Project Management
 
Introduction and What’s new in SharePoint 2013
Introduction and What’s new in SharePoint 2013Introduction and What’s new in SharePoint 2013
Introduction and What’s new in SharePoint 2013
 
TechFuse 2012: SharePoint business applications at your fingertips
TechFuse 2012: SharePoint business applications at your fingertipsTechFuse 2012: SharePoint business applications at your fingertips
TechFuse 2012: SharePoint business applications at your fingertips
 
Penny coventry auto-bp-spsbe31
Penny coventry auto-bp-spsbe31Penny coventry auto-bp-spsbe31
Penny coventry auto-bp-spsbe31
 
Mai Omar Desouki - What's new in SharePoint Designer 2013 #ESPC 2013
Mai Omar Desouki - What's new in SharePoint Designer 2013 #ESPC 2013Mai Omar Desouki - What's new in SharePoint Designer 2013 #ESPC 2013
Mai Omar Desouki - What's new in SharePoint Designer 2013 #ESPC 2013
 
SharePoint Designer Workflows - Nuts, Bolts and Examples
SharePoint Designer Workflows - Nuts, Bolts and ExamplesSharePoint Designer Workflows - Nuts, Bolts and Examples
SharePoint Designer Workflows - Nuts, Bolts and Examples
 
Practical Tips for Migrating SharePoint Customizations to Office 365
Practical Tips for Migrating SharePoint Customizations to Office 365Practical Tips for Migrating SharePoint Customizations to Office 365
Practical Tips for Migrating SharePoint Customizations to Office 365
 
Building an App Forms Business Solution - Penelope Coventry
Building an App Forms Business Solution - Penelope CoventryBuilding an App Forms Business Solution - Penelope Coventry
Building an App Forms Business Solution - Penelope Coventry
 
Build scalable SharePoint 2013 Staged Workflows to run locally and in the Cloud
Build scalable SharePoint 2013 Staged Workflows to run locally and in the CloudBuild scalable SharePoint 2013 Staged Workflows to run locally and in the Cloud
Build scalable SharePoint 2013 Staged Workflows to run locally and in the Cloud
 
Lifecycle Management with SharePoint Apps and Solutions
Lifecycle Management with SharePoint Apps and SolutionsLifecycle Management with SharePoint Apps and Solutions
Lifecycle Management with SharePoint Apps and Solutions
 
Synapse india reviews on share point development
Synapse india reviews on share point developmentSynapse india reviews on share point development
Synapse india reviews on share point development
 
Sharepoint Presentation
Sharepoint PresentationSharepoint Presentation
Sharepoint Presentation
 
Datapolis Guest Expert Presentation: Limitations of SharePoint Designer by Bj...
Datapolis Guest Expert Presentation: Limitations of SharePoint Designer by Bj...Datapolis Guest Expert Presentation: Limitations of SharePoint Designer by Bj...
Datapolis Guest Expert Presentation: Limitations of SharePoint Designer by Bj...
 
Who moved my SharePoint (to 2013)
Who moved my SharePoint (to 2013)Who moved my SharePoint (to 2013)
Who moved my SharePoint (to 2013)
 
SharePoint Fest Seattle 2017 Getting started with office365 sharepoint online...
SharePoint Fest Seattle 2017 Getting started with office365 sharepoint online...SharePoint Fest Seattle 2017 Getting started with office365 sharepoint online...
SharePoint Fest Seattle 2017 Getting started with office365 sharepoint online...
 
Thinakaran
ThinakaranThinakaran
Thinakaran
 
Non-Developer Options in SharePoint 2013 - Fest Chicago 2014
Non-Developer Options in SharePoint 2013 - Fest Chicago 2014Non-Developer Options in SharePoint 2013 - Fest Chicago 2014
Non-Developer Options in SharePoint 2013 - Fest Chicago 2014
 
West Monroe Partners - SharePoint 2010 Workflow - learn the secrets to greate...
West Monroe Partners - SharePoint 2010 Workflow - learn the secrets to greate...West Monroe Partners - SharePoint 2010 Workflow - learn the secrets to greate...
West Monroe Partners - SharePoint 2010 Workflow - learn the secrets to greate...
 

Mehr von Don Donais (6)

2013 MN IT Govt Symposium - Implement No Code Solutions with SharePoint and I...
2013 MN IT Govt Symposium - Implement No Code Solutions with SharePoint and I...2013 MN IT Govt Symposium - Implement No Code Solutions with SharePoint and I...
2013 MN IT Govt Symposium - Implement No Code Solutions with SharePoint and I...
 
2012 MN Gov IT Symposium - Get Away from SharPoint Nightmares with Governance
2012 MN Gov IT Symposium - Get Away from SharPoint Nightmares with Governance2012 MN Gov IT Symposium - Get Away from SharPoint Nightmares with Governance
2012 MN Gov IT Symposium - Get Away from SharPoint Nightmares with Governance
 
MN Govt IT Symposium - SharePoint 2013 The Next Stage In Evolution
MN Govt IT Symposium - SharePoint 2013 The Next Stage In EvolutionMN Govt IT Symposium - SharePoint 2013 The Next Stage In Evolution
MN Govt IT Symposium - SharePoint 2013 The Next Stage In Evolution
 
MindSurf 2013 - Improving Business Productivity with SharePoint 2013
MindSurf 2013 - Improving Business Productivity with SharePoint 2013MindSurf 2013 - Improving Business Productivity with SharePoint 2013
MindSurf 2013 - Improving Business Productivity with SharePoint 2013
 
May 2013 MPUG SharePoint and Project Management
May 2013 MPUG SharePoint and Project ManagementMay 2013 MPUG SharePoint and Project Management
May 2013 MPUG SharePoint and Project Management
 
SPSTC - SharePoint 2007 No Code App Slides
SPSTC - SharePoint 2007 No Code App SlidesSPSTC - SharePoint 2007 No Code App Slides
SPSTC - SharePoint 2007 No Code App Slides
 

Kürzlich hochgeladen

AI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
AI Mastery 201: Elevating Your Workflow with Advanced LLM TechniquesAI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
AI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
VictorSzoltysek
 
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
Health
 

Kürzlich hochgeladen (20)

Unlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language ModelsUnlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language Models
 
%in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park %in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park
 
Sector 18, Noida Call girls :8448380779 Model Escorts | 100% verified
Sector 18, Noida Call girls :8448380779 Model Escorts | 100% verifiedSector 18, Noida Call girls :8448380779 Model Escorts | 100% verified
Sector 18, Noida Call girls :8448380779 Model Escorts | 100% verified
 
Azure_Native_Qumulo_High_Performance_Compute_Benchmarks.pdf
Azure_Native_Qumulo_High_Performance_Compute_Benchmarks.pdfAzure_Native_Qumulo_High_Performance_Compute_Benchmarks.pdf
Azure_Native_Qumulo_High_Performance_Compute_Benchmarks.pdf
 
Payment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdf
Payment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdfPayment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdf
Payment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdf
 
%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrand%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrand
 
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.com
 
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdfThe Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
 
Exploring the Best Video Editing App.pdf
Exploring the Best Video Editing App.pdfExploring the Best Video Editing App.pdf
Exploring the Best Video Editing App.pdf
 
LEVEL 5 - SESSION 1 2023 (1).pptx - PDF 123456
LEVEL 5   - SESSION 1 2023 (1).pptx - PDF 123456LEVEL 5   - SESSION 1 2023 (1).pptx - PDF 123456
LEVEL 5 - SESSION 1 2023 (1).pptx - PDF 123456
 
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected WorkerHow To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
 
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
 
AI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
AI Mastery 201: Elevating Your Workflow with Advanced LLM TechniquesAI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
AI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
 
Define the academic and professional writing..pdf
Define the academic and professional writing..pdfDefine the academic and professional writing..pdf
Define the academic and professional writing..pdf
 
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
 
AI & Machine Learning Presentation Template
AI & Machine Learning Presentation TemplateAI & Machine Learning Presentation Template
AI & Machine Learning Presentation Template
 
Right Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsRight Money Management App For Your Financial Goals
Right Money Management App For Your Financial Goals
 
10 Trends Likely to Shape Enterprise Technology in 2024
10 Trends Likely to Shape Enterprise Technology in 202410 Trends Likely to Shape Enterprise Technology in 2024
10 Trends Likely to Shape Enterprise Technology in 2024
 
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
 

2012 MindSurf - Augmenting Business Process with SharePoint

  • 1. Augmenting Business Process with SharePoint Donald Donais
  • 2. Avtex IT Pro Consultant ddonais@avtex.com Blog – Tales from IT Side http://talesfromitside.wordpress.com Twitter @dondonais LinkedIn Don Donais Donald Donais
  • 3. • Business Process Management • Crawl, Walk, Run Approach • Crawl  OOB SharePoint Workflows • Walk  SharePoint Designer 2010  3rd Party Vendor Workflow Products Overview
  • 4. Business Process Management A series of Actions, directed toward a specific aim or goal What is a Process? Activities or set of Activities that accomplish Business Goals What is Business Process? Systematic approach looking at org workflow more effectively, by reducing human error What is Business Process Mgt?
  • 5. • June 20th, 2011 Assoc. for Information and Image Management (AIIM) • SharePoint Survey – Expectation for future users • #1 – “Lack of strategic plans on what to use it for” with to SharePoint ** https://www.nothingbutsharepoint.com/sites/eusp/Pages/SharePoint-and-BPM- Whats-your-Strategy.aspx BPM Survey
  • 6. Which of the following types of add-on packages planning to use with SharePoint? Survey Continued #3 #2 #1 Workflow /BPM Search /Analytics Secure & Rights Mgt
  • 7. Which of the following process have you automated with SharePoint Survey Continued #3 #2 #1 Project Mgt Internal IT Support Other LOB Processes
  • 8. Tips when Automating Business Process • Make sure to define the process • Define reasons for automation • Necessary to define initial investment and maintenance costs • Do not automate every step in the process • Take the time to analyze potential ROI from process automation • Make sure to consider the human element within process
  • 10. Crawl • Out of the Box Workflows
  • 11. Walk • Introduce SharePoint Designer 2007-2013  Workflows  CodePlex Actions • Introduce 3rd Party Workflow Tools 2007-2013 • Use Visio Services to Visualize Business Processes 2010 & 2013
  • 12. Run • Develop more robust workflows • .NET workflows • Integrated systems • Custom .NET Actions and Conditions for SharePoint Designer • Advanced 3rd Party Workflow Tools
  • 13. Why Workflow? • One version of the truth • Flexibility • Auditability
  • 14. Basic Workflow Capabilities • Start Workflow Manually or Automatically • Visibility into Running Workflows • Collection of Historical Workflow Data – Status of approval, errors,… • Stop (or Terminate) a Running Workflow • Tight Integration with Office
  • 15. Understanding The Workflow Lifecycle • Association  When a workflow is associated with a list  Data can be associated with the workflow • Initiation  When the workflow is first started on a list item  Data can be associated with the instance of the workflow • Running  Status page reflects state of the workflow  User primarily interacts via Tasks • Termination  End an instance of a workflow • Remove Association Association Initiation Running Termination Remove Association
  • 16. Workflows 2007 Out of the Box SharePoint Designer 2007 Visual Studio 2005 & 2008
  • 17. Workflows 2010 • Out of the Box  New Site Level Workflows  Customizable with SharePoint Designer  Visualization with Visio 2010 • SharePoint Designer  Parallel Execution Paths  Reusable Workflow  Visualization/Design with Visio  Exportable to Visual Studio • Visual Studio Workflow  Built-in Deployment/Debugging Tools  Workflow Events  Pluggable Workflow Services
  • 18. Workflows 2013 • Out of the Box  Visualization with Visio 2013 • SharePoint Designer  Visual Designer  Can use Stages to develop Workflow  Web Service calls from within the Workflow  Loops & GoTo actions added  Finally- Copy and Paste is available! • Visual Studio Workflow  Built on Windows Workflow Foundation 4  Visual Designer environment like SPD  Forms are not created in InfoPath – ASP.NET forms
  • 19. Site Content Types Lists and Libraries Lists Publishing •Approval •Collect Feedback •Collect Signatures •Disposition Approval •Approval •Collect Feedback •Collect Signatures •Disposition Approval •Three State* •Translation Management •Publishing Approval *WSS 3.0 Out Of the Box SharePoint 2007
  • 20. Site Content Types Lists and Libraries Lists Publishing •Three State* •Approval – SharePoint 2010 •Collect Feedback – SharePoint 2010 •Collect Signatures – SharePoint 2010 •Disposition Approval •Three State* •Approval – SharePoint 2010 •Collect Feedback – SharePoint 2010 •Collect Signatures – SharePoint 2010 •Disposition Approval •Three State •Translation Management •Publishing Approval * SharePoint Foundation Out Of the Box SharePoint 2010 & 2013
  • 21. Out of the Box Workflows
  • 22. SharePoint Designer 2007 • Next version of FrontPage! • UI comprised of multiple panels • Only Compatible with SharePoint 2007 (all versions) • Allow Users to Create Workflows • Associate Workflow to List or Library • Workflow Designer • Conditions & Actions – Augmented by CodePlex
  • 23. SharePoint Designer 2010 • Redesigned for SharePoint 2010 • New UI • Only Compatible with SharePoint 2010 • Allow Users to Create New Workflows • Associate Workflow to List, Library or Reusable (Content Types) • Import/Export to Visio • New Workflow Designer Wizard
  • 24. SharePoint Designer 2010 and Visio Workflows
  • 25. Let’s set it up! • Sales Documents Process • If Expense is >$1000 then . . . • Automatically approved if less • Manager Approved and email Sales and VP of Sales
  • 26. • Bring in the Reinforcements! • You are here because:  Missing Specific Feature  SharePoint Designer Missing Action  Custom Data or Actions Needed  Existing Windows Workflow Investment  State Machine Workflow Requirement  Expose the Full Power of .NET • Word of Warning – There is a steep learning curve Custom .NET Workflow
  • 27. • Windows Workflow Foundation • Its not just a SharePoint Platform  Built into .NET 3.0 Custom .NET Workflow – The Platform
  • 28. • Workflow a Core .NET Feature  Workflow can be ‘hosted’ anywhere  SharePoint was Microsoft’s first host (CRM 4 uses it now too) • Custom applications can host it as well • Standardized Format  XML based file format (XOML) • Widespread Availability Workflow – Platform Implications
  • 29. • Nintex  Workflow  Forms  Live • K2  Blackpearl  Blackpoint  K2 SmartForms 3rd Party SharePoint Workflows
  • 30. • Visual Designer based in SharePoint • Implement workflow logic without code  Also has Visual Studio integration • Rich visual designer from SharePoint • Connect to AD or LOB data sources K2
  • 31. • Expand workflows beyond SharePoint Designer • Implement workflow logic without code • Rich visual designer from SharePoint • Connect to AD or LOB data sources Nintex
  • 32. • Small Installation Footprint • Start in SharePoint, stay in SharePoint • Document Assembly and Conversion • User Defined Actions (UDA) • Lazy Approval • Workflow Change Approval Nintex
  • 34. SharePoint Workflow: • Workflow Resource Center | SharePoint 2010 (Dev): http://msdn.microsoft.com/en-us/sharepoint/hh295805 • Workflows in SharePoint Server 2010: http://technet.microsoft.com/en- us/sharepoint/ff819861 SharePoint 2010: • SharePoint 2010: http://sharepoint2010.microsoft.com • SharePoint MSDN: http://msdn.microsoft.com/en- us/sharepoint/default.aspx Resources
  • 35. SharePoint 2013: • Microsoft SharePoint Server 2013 Preview Evaluation Resources: http://technet.microsoft.com/en-us/evalcenter/hh973398.aspx • SharePoint 2013 MSDN: http://msdn.microsoft.com/en- us/library/jj162979(v=office.15).aspx Workflow 3rd Party Vendors: • Nintex: http://www.Nintex.com • K2: http://www.K2.com Resources Continued
  • 37. Donald Donais ddonais@avtex.com Blog – Tales from IT Side http://talesfromitside.wordpress.com Twitter @dondonais LinkedIn Don Donais