SlideShare a Scribd company logo
Five Workflow Project Mistakes
and Five Ways to Avoid Them
Mike Fitzmaurice
VP – Workflow Technology, Nintex
mikefitz@nintex.com
@mikefitz
Introduction
 There are more than five
 These are extra top-of-mind
 Based on real-world projects
 Advice applies to any workflow product
 Warning: no demos
Mistake 1:
Overusing SharePoint Workflow
Instead:
Don’t Always Use
SharePoint Workflow
Good Uses of SharePoint Workflow
 Managing how people work
 Document approval & feedback
 Collaborative reviews & discussions
 Gathering signatures
Good Uses of SharePoint Workflow
 Automating some of SharePoint’s behavior
 Approve site creation requests
 Parse incoming email in a list and act on it
 Publishing items to target
 Moving project proposals through lifecycles
Possible Uses of SharePoint Workflow
 Manipulating other applications, data sources
 Employee onboarding
 Resource scheduling
 SharePoint lists become work queues
Bad Uses of SharePoint Workflow
 Transaction-oriented processes
 Blocking or modifying activity
 Aggressive data transformations
 Calculation-intensive processes
Mistake 2:
Trying Too Hard
Consensus Probably Doesn’t Exist
 Get 3 employees and 1 manager together
 Talk about a process
 Little agreement
 Documentation disagreement, too
The Process Will Change
Exceptions Will Be Ignored
Instead:
Plan to Fail the First Time
Initial Failure as a Winning Strategy
 Create an initial workflow just to show how awful (or
incomplete) a process is.
 Only then can you change it.
Process
Step
Step
Step
Start Simple
Automate
this
first
Automate
these
later
Mistake 3:
Starting with High-Profile Processes
Instead:
Focus on Everyday Processes
“Policy is the abdication of thought.”
-Nathan Myrvold
“Process is the reuse of thought.”
-Mike Fitzmaurice
Everyday Processes
 Steal time
 Get in the way
 Annoy users
 Attract mistakes
Everyday Processes
 Have few stakeholders (even if many participants)
 Are easier to automate
 Free up time to focus
 Teach users how to think
Everyday Processes
 Are best designed following a screw-up
Mistake 4:
Thinking in Straight Lines
Instead:
Use Stages
Sequential workflows get messy – quickly
Example: Press Release
 Author
 Management
 Legal
 Publisher
You may think it looks like this…
Start
Publisher
deploys to
public web
site
End
End End
Manage
r
approve
s
Yes
No
Lawyer
Approv
es
Yes
No
Or perhaps this…
Start
Publisher
deploys to
public web
site
End
End
Author
Revis
es
Yes
No
Manage
r
Approv
es
Yes
No
Lawyer
Approv
es
Yes
No
We can make it messier…
 Professional editorial review
 Lawyer with question for management
How About This Instead?
Author Manager Legal Publisher
How About This Instead?
(re)
Submit?
Author
End Manager
OK?
Manager
Author Legal
Choice
Legal
Author ManagerPublish
Publisher
Manager
Publisher
Easy User Participation
Who Understands All of This?
Start
Publisher
deploys to
public web
site
End
End
Author
Revis
es
Yes
No
Manage
r
Approv
es
Yes
No
Lawyer
Approv
es
Yes
No
Who understands this part?
This
person.
(re)
Submit?
Manager
Author Legal
Who understands this part?
This
person.
(re)
Submit?
Author
End Manager
Easy User Participation
 Any user understands his/her part
 Few people understand everything
 Process = sum of stages
Easy to adjust
How About This?
(re)
Submit?
Author
End Editor
OK?
Manager
Author Legal
Choice
Legal
Author PublisherManager
Publisher
End
Publisher(re)
Submit?
Editor
Author Manager
Without stages…
 A lot of If-Then-Else conditions
 A lot of looping
 Very confusing diagrams
 “GoTo” statements
Mistake 5:
Making Forms Do Too Much
Instead:
Use Forms and Workflow Together
Rethink the Problem
Worst Example:
Form-Only App
If (x and y) then
do this
do that
End if
If (user is Bob) then
do this and that and the other thing
undo that
End if
If (x and y) then
do this
do that
End if
If (x and y) then
do this
do that
End if
If (user is Bob) then
do this and that and the other thing
undo that
End if
If (x and y) then
do this
do that
End if
If (x and y) then
do this
do that
End if
If (user is Bob) then
do this and that and the other thing
undo that
End if
If (x and y) then
do this
do that
End if
If (x and y) then
do this
do that
End if
If (user is Bob) then
do this and that and the other thing
undo that
End if
If (x and y) then
do this
do that
End if
If (x and y) then
do this
do that
End if
If (user is Bob) then
do this and that and the other thing
undo that
End if
If (x and y) then
do this
do that
End if
If (x and y) then
do this
do that
End if
If (user is Bob) then
do this and that and the other thing
undo that
End if
If (x and y) then
do this
do that
End if
If (x and y) then
do this
do that
End if
If (user is Bob) then
do this and that and the other thing
undo that
End if
If (x and y) then
do this
do that
End if
If (x and y) then
do this
do that
End if
If (user is Bob) then
do this and that and the other thing
undo that
End if
If (x and y) then
do this
do that
End if
Form-Only App Problems
 Logic either hidden or disconnected
 Security
 Complexity without code
Process LogicPresentation Logic
Three-Tier Solutions
Presentation Process Data
All forms have processes
Better Example:
Workflow on a Form
Problems That Remain
 Form rules still needed
 Form & workflow must be kept in sync
 Workflow has many extra steps
This is not 1 form with 31 pages
This is 1 workflow with 8 forms for 3 people
Best Example:
Workflow with Multiple Forms
One Form Per Step
 Content Submit (list item or form library)
 Workflow Start (manually-executed workflows only)
 Workflow Task
Why this is good
 Forms stay simple
 Forms are specific to tasks
 Workflow is simpler
 Data can live anywhere
 Easier to secure
 It doesn’t fight the platform
Master/Detail Forms
Master-Detail
Problems with Master-Detail
 No two-phase commit
 No set integrity
Presentation
Logic
Data Access
Logic
Process
Logic
Use a Repeating Section with a Workflow
Summary
 Use SharePoint Workflow when it fits the use case
 Fail quickly and fix it
 Focus on everyday processes
 Embrace stages
 Use forms and workflow together
Thank You

More Related Content

What's hot

The Top 10 Mistakes in SharePoint Projects
The Top 10 Mistakes in SharePoint ProjectsThe Top 10 Mistakes in SharePoint Projects
The Top 10 Mistakes in SharePoint Projects
Sam Marshall
 
Collier Consulting, Inc. : Components for Custom GCD Water Management Softwa...
 Collier Consulting, Inc. : Components for Custom GCD Water Management Softwa... Collier Consulting, Inc. : Components for Custom GCD Water Management Softwa...
Collier Consulting, Inc. : Components for Custom GCD Water Management Softwa...
Texas Alliance of Groundwater Districts
 
Collaboration Beyond Code
Collaboration Beyond CodeCollaboration Beyond Code
Collaboration Beyond Code
David E. Weekly
 
Superheros and a Leprechaun, with Flare: A case study in breaking down silos
Superheros and a Leprechaun, with Flare: A case study in breaking down silosSuperheros and a Leprechaun, with Flare: A case study in breaking down silos
Superheros and a Leprechaun, with Flare: A case study in breaking down silos
Theresa Putkey
 
Crawl Budget Conqueror - Take Control of Your Crawl Budget
Crawl Budget Conqueror - Take Control of Your Crawl BudgetCrawl Budget Conqueror - Take Control of Your Crawl Budget
Crawl Budget Conqueror - Take Control of Your Crawl Budget
Catalyst
 
Stop SharePoint Project Failure
Stop SharePoint Project FailureStop SharePoint Project Failure
Stop SharePoint Project Failure
Matthew J. Bailey , MCT
 
Data scientist enablement dse 400 week 5 roadmap
Data scientist enablement   dse 400   week 5 roadmapData scientist enablement   dse 400   week 5 roadmap
Data scientist enablement dse 400 week 5 roadmapDr. Mohan K. Bavirisetty
 
Atidan - BrightWork Project Management 2013 for SharePoint Webinar
Atidan - BrightWork Project Management 2013 for SharePoint WebinarAtidan - BrightWork Project Management 2013 for SharePoint Webinar
Atidan - BrightWork Project Management 2013 for SharePoint WebinarDavid J Rosenthal
 
Mechanical Turk Under the Hood
Mechanical Turk Under the HoodMechanical Turk Under the Hood
Mechanical Turk Under the Hood
UXPA International
 
SPUnite17 O365 Practical Adoption Strategies
SPUnite17 O365 Practical Adoption StrategiesSPUnite17 O365 Practical Adoption Strategies
SPUnite17 O365 Practical Adoption Strategies
NCCOMMS
 
SEO in the Age of Entities: Using Schema.org for Findability
SEO in the Age of Entities: Using Schema.org for FindabilitySEO in the Age of Entities: Using Schema.org for Findability
SEO in the Age of Entities: Using Schema.org for Findability
Jonathon Colman
 
Webinar: Office 365 Turns 5! Does Modern Equal Mature?
Webinar: Office 365 Turns 5! Does Modern Equal Mature?Webinar: Office 365 Turns 5! Does Modern Equal Mature?
Webinar: Office 365 Turns 5! Does Modern Equal Mature?
WithumSmith+Brown, formerly Portal Solutions
 
5 Simple ways to improve business productivity with SharePoint, OneDrive, and...
5 Simple ways to improve business productivity with SharePoint, OneDrive, and...5 Simple ways to improve business productivity with SharePoint, OneDrive, and...
5 Simple ways to improve business productivity with SharePoint, OneDrive, and...
Stephanie Donahue
 
500-Level Guide to Career Internals
500-Level Guide to Career Internals500-Level Guide to Career Internals
500-Level Guide to Career Internals
Brent Ozar
 

What's hot (14)

The Top 10 Mistakes in SharePoint Projects
The Top 10 Mistakes in SharePoint ProjectsThe Top 10 Mistakes in SharePoint Projects
The Top 10 Mistakes in SharePoint Projects
 
Collier Consulting, Inc. : Components for Custom GCD Water Management Softwa...
 Collier Consulting, Inc. : Components for Custom GCD Water Management Softwa... Collier Consulting, Inc. : Components for Custom GCD Water Management Softwa...
Collier Consulting, Inc. : Components for Custom GCD Water Management Softwa...
 
Collaboration Beyond Code
Collaboration Beyond CodeCollaboration Beyond Code
Collaboration Beyond Code
 
Superheros and a Leprechaun, with Flare: A case study in breaking down silos
Superheros and a Leprechaun, with Flare: A case study in breaking down silosSuperheros and a Leprechaun, with Flare: A case study in breaking down silos
Superheros and a Leprechaun, with Flare: A case study in breaking down silos
 
Crawl Budget Conqueror - Take Control of Your Crawl Budget
Crawl Budget Conqueror - Take Control of Your Crawl BudgetCrawl Budget Conqueror - Take Control of Your Crawl Budget
Crawl Budget Conqueror - Take Control of Your Crawl Budget
 
Stop SharePoint Project Failure
Stop SharePoint Project FailureStop SharePoint Project Failure
Stop SharePoint Project Failure
 
Data scientist enablement dse 400 week 5 roadmap
Data scientist enablement   dse 400   week 5 roadmapData scientist enablement   dse 400   week 5 roadmap
Data scientist enablement dse 400 week 5 roadmap
 
Atidan - BrightWork Project Management 2013 for SharePoint Webinar
Atidan - BrightWork Project Management 2013 for SharePoint WebinarAtidan - BrightWork Project Management 2013 for SharePoint Webinar
Atidan - BrightWork Project Management 2013 for SharePoint Webinar
 
Mechanical Turk Under the Hood
Mechanical Turk Under the HoodMechanical Turk Under the Hood
Mechanical Turk Under the Hood
 
SPUnite17 O365 Practical Adoption Strategies
SPUnite17 O365 Practical Adoption StrategiesSPUnite17 O365 Practical Adoption Strategies
SPUnite17 O365 Practical Adoption Strategies
 
SEO in the Age of Entities: Using Schema.org for Findability
SEO in the Age of Entities: Using Schema.org for FindabilitySEO in the Age of Entities: Using Schema.org for Findability
SEO in the Age of Entities: Using Schema.org for Findability
 
Webinar: Office 365 Turns 5! Does Modern Equal Mature?
Webinar: Office 365 Turns 5! Does Modern Equal Mature?Webinar: Office 365 Turns 5! Does Modern Equal Mature?
Webinar: Office 365 Turns 5! Does Modern Equal Mature?
 
5 Simple ways to improve business productivity with SharePoint, OneDrive, and...
5 Simple ways to improve business productivity with SharePoint, OneDrive, and...5 Simple ways to improve business productivity with SharePoint, OneDrive, and...
5 Simple ways to improve business productivity with SharePoint, OneDrive, and...
 
500-Level Guide to Career Internals
500-Level Guide to Career Internals500-Level Guide to Career Internals
500-Level Guide to Career Internals
 

Viewers also liked

Creating a Great User Experience in SharePoint
Creating a Great User Experience in SharePointCreating a Great User Experience in SharePoint
Creating a Great User Experience in SharePoint
InnoTech
 
Data Architecture Why Tools Are Not Enough
Data Architecture Why Tools Are Not EnoughData Architecture Why Tools Are Not Enough
Data Architecture Why Tools Are Not Enough
InnoTech
 
Paul Johnston - What I Wish I'd Known Last Year
Paul Johnston - What I Wish I'd Known Last YearPaul Johnston - What I Wish I'd Known Last Year
Paul Johnston - What I Wish I'd Known Last Year
ServerlessConf
 
Erlebnisse auf dem Neroberg
Erlebnisse auf dem NerobergErlebnisse auf dem Neroberg
Erlebnisse auf dem Neroberg
Landeshauptstadt Wiesbaden
 
Bitrix clouds without_admins
Bitrix clouds without_adminsBitrix clouds without_admins
Bitrix clouds without_adminsAlexander Demidov
 
La química-en-el-arte (1)5g5
La química-en-el-arte (1)5g5La química-en-el-arte (1)5g5
La química-en-el-arte (1)5g5
Adriandf11915454
 
EPHA Promotional activities at Gambella ,Oromia and SNNPR
EPHA Promotional activities at Gambella ,Oromia and SNNPREPHA Promotional activities at Gambella ,Oromia and SNNPR
EPHA Promotional activities at Gambella ,Oromia and SNNPR
Yusuf Ahmed
 
La Gatera de la Villa nº 12
La Gatera de la Villa nº 12La Gatera de la Villa nº 12
La Gatera de la Villa nº 12
La Gatera de la Villa
 
Crm
CrmCrm
Closing the Findability Gap: 8 better practices from information architecture
Closing the Findability Gap: 8 better practices from information architectureClosing the Findability Gap: 8 better practices from information architecture
Closing the Findability Gap: 8 better practices from information architectureLouis Rosenfeld
 
La vida de shakira bejerano
La vida de shakira bejeranoLa vida de shakira bejerano
La vida de shakira bejeranokv798724mhs
 
A1000
A1000A1000
Campaña de reciclaje en la Comuna 13
Campaña de reciclaje en la Comuna 13Campaña de reciclaje en la Comuna 13
Campaña de reciclaje en la Comuna 13Comuna
 
04 solarwatt solarwatt lead management system
04 solarwatt solarwatt lead management system04 solarwatt solarwatt lead management system
04 solarwatt solarwatt lead management systemSOLARWATT
 
Fssa conference 2014 cfo group unified financial performance management
Fssa conference 2014 cfo group unified financial performance managementFssa conference 2014 cfo group unified financial performance management
Fssa conference 2014 cfo group unified financial performance managementCFO Group
 
Grpres
GrpresGrpres
GrpresGinBcn
 
Chromation systems 24-channel-usb-connected-led-controller-v3
Chromation systems 24-channel-usb-connected-led-controller-v3Chromation systems 24-channel-usb-connected-led-controller-v3
Chromation systems 24-channel-usb-connected-led-controller-v3nadimsh90
 
Calidad software
Calidad softwareCalidad software
Calidad software
BBVAtech
 
Simuladores formacion empresarial
Simuladores formacion empresarialSimuladores formacion empresarial
Simuladores formacion empresarial
OneclickEducation
 
Encu es tra-al-gimnasio (1)
Encu es tra-al-gimnasio (1)Encu es tra-al-gimnasio (1)
Encu es tra-al-gimnasio (1)
mafer acuña willis
 

Viewers also liked (20)

Creating a Great User Experience in SharePoint
Creating a Great User Experience in SharePointCreating a Great User Experience in SharePoint
Creating a Great User Experience in SharePoint
 
Data Architecture Why Tools Are Not Enough
Data Architecture Why Tools Are Not EnoughData Architecture Why Tools Are Not Enough
Data Architecture Why Tools Are Not Enough
 
Paul Johnston - What I Wish I'd Known Last Year
Paul Johnston - What I Wish I'd Known Last YearPaul Johnston - What I Wish I'd Known Last Year
Paul Johnston - What I Wish I'd Known Last Year
 
Erlebnisse auf dem Neroberg
Erlebnisse auf dem NerobergErlebnisse auf dem Neroberg
Erlebnisse auf dem Neroberg
 
Bitrix clouds without_admins
Bitrix clouds without_adminsBitrix clouds without_admins
Bitrix clouds without_admins
 
La química-en-el-arte (1)5g5
La química-en-el-arte (1)5g5La química-en-el-arte (1)5g5
La química-en-el-arte (1)5g5
 
EPHA Promotional activities at Gambella ,Oromia and SNNPR
EPHA Promotional activities at Gambella ,Oromia and SNNPREPHA Promotional activities at Gambella ,Oromia and SNNPR
EPHA Promotional activities at Gambella ,Oromia and SNNPR
 
La Gatera de la Villa nº 12
La Gatera de la Villa nº 12La Gatera de la Villa nº 12
La Gatera de la Villa nº 12
 
Crm
CrmCrm
Crm
 
Closing the Findability Gap: 8 better practices from information architecture
Closing the Findability Gap: 8 better practices from information architectureClosing the Findability Gap: 8 better practices from information architecture
Closing the Findability Gap: 8 better practices from information architecture
 
La vida de shakira bejerano
La vida de shakira bejeranoLa vida de shakira bejerano
La vida de shakira bejerano
 
A1000
A1000A1000
A1000
 
Campaña de reciclaje en la Comuna 13
Campaña de reciclaje en la Comuna 13Campaña de reciclaje en la Comuna 13
Campaña de reciclaje en la Comuna 13
 
04 solarwatt solarwatt lead management system
04 solarwatt solarwatt lead management system04 solarwatt solarwatt lead management system
04 solarwatt solarwatt lead management system
 
Fssa conference 2014 cfo group unified financial performance management
Fssa conference 2014 cfo group unified financial performance managementFssa conference 2014 cfo group unified financial performance management
Fssa conference 2014 cfo group unified financial performance management
 
Grpres
GrpresGrpres
Grpres
 
Chromation systems 24-channel-usb-connected-led-controller-v3
Chromation systems 24-channel-usb-connected-led-controller-v3Chromation systems 24-channel-usb-connected-led-controller-v3
Chromation systems 24-channel-usb-connected-led-controller-v3
 
Calidad software
Calidad softwareCalidad software
Calidad software
 
Simuladores formacion empresarial
Simuladores formacion empresarialSimuladores formacion empresarial
Simuladores formacion empresarial
 
Encu es tra-al-gimnasio (1)
Encu es tra-al-gimnasio (1)Encu es tra-al-gimnasio (1)
Encu es tra-al-gimnasio (1)
 

Similar to Workflow best practices

Low Code Development: Workflow
Low Code Development: WorkflowLow Code Development: Workflow
Low Code Development: Workflow
InnoTech
 
Best Practices in Automating Business Processes
Best Practices in Automating Business ProcessesBest Practices in Automating Business Processes
Best Practices in Automating Business Processes
Rhia Wieclawek
 
Gtd Pair Coachingnet
Gtd  Pair CoachingnetGtd  Pair Coachingnet
Gtd Pair Coachingnet
Yves Hanoulle
 
Become Your Own Business Analyst, Gather Requirements for Any Project
Become Your Own Business Analyst, Gather Requirements for Any ProjectBecome Your Own Business Analyst, Gather Requirements for Any Project
Become Your Own Business Analyst, Gather Requirements for Any ProjectCathy Dew
 
Atlassian RoadTrip 2015
Atlassian RoadTrip 2015Atlassian RoadTrip 2015
Atlassian RoadTrip 2015
Atlassian
 
How to Create a Workflow: 5 Tips to Get Started Quickly
How to Create a Workflow: 5 Tips to Get Started Quickly How to Create a Workflow: 5 Tips to Get Started Quickly
How to Create a Workflow: 5 Tips to Get Started Quickly
QuekelsBaro
 
Redmine
RedmineRedmine
A Detailed Explanation On The Marking Criteria For Ielts Writing Task 1 ...
A Detailed Explanation On The Marking Criteria For Ielts Writing Task 1 ...A Detailed Explanation On The Marking Criteria For Ielts Writing Task 1 ...
A Detailed Explanation On The Marking Criteria For Ielts Writing Task 1 ...
Shannon Olsen
 
What is a Workflow A Beginners Guide to Workflow Management
What is a Workflow A Beginners Guide to Workflow ManagementWhat is a Workflow A Beginners Guide to Workflow Management
What is a Workflow A Beginners Guide to Workflow Management
Kashish Trivedi
 
Workflows and Forms in Microsoft world - when to use what
Workflows and Forms in Microsoft world - when to use whatWorkflows and Forms in Microsoft world - when to use what
Workflows and Forms in Microsoft world - when to use what
Asif Rehmani
 
DITA: Managing It All
DITA: Managing It AllDITA: Managing It All
DITA: Managing It All
Scott Abel
 
101 Exciting Tips To Get The Site You Need While Saving Time And Money (And G...
101 Exciting Tips To Get The Site You Need While Saving Time And Money (And G...101 Exciting Tips To Get The Site You Need While Saving Time And Money (And G...
101 Exciting Tips To Get The Site You Need While Saving Time And Money (And G...
Myplanet Digital
 
Factors in Software Selection
Factors in Software SelectionFactors in Software Selection
Think before we automate
Think before we automateThink before we automate
Think before we automate
Cristina Vidu
 
The development and future of GlotPress
The development and future of GlotPressThe development and future of GlotPress
The development and future of GlotPress
Marko Heijnen
 
How To Assess Project Proposals
How To Assess Project ProposalsHow To Assess Project Proposals
How To Assess Project Proposals
Craig Brown
 
Coaching teams in creative problem solving
Coaching teams in creative problem solvingCoaching teams in creative problem solving
Coaching teams in creative problem solving
Flowa Oy
 
DrupalCon Austin: UX Bootcamp workshop
DrupalCon Austin: UX Bootcamp workshopDrupalCon Austin: UX Bootcamp workshop
DrupalCon Austin: UX Bootcamp workshopPerfetti Media
 
Deepening SharePoint User Adoption
Deepening SharePoint User AdoptionDeepening SharePoint User Adoption
Deepening SharePoint User Adoption
Sam Marshall
 
Workflow solutions best practices and mistakes to avoid
Workflow solutions best practices and mistakes to avoidWorkflow solutions best practices and mistakes to avoid
Workflow solutions best practices and mistakes to avoid
InnoTech
 

Similar to Workflow best practices (20)

Low Code Development: Workflow
Low Code Development: WorkflowLow Code Development: Workflow
Low Code Development: Workflow
 
Best Practices in Automating Business Processes
Best Practices in Automating Business ProcessesBest Practices in Automating Business Processes
Best Practices in Automating Business Processes
 
Gtd Pair Coachingnet
Gtd  Pair CoachingnetGtd  Pair Coachingnet
Gtd Pair Coachingnet
 
Become Your Own Business Analyst, Gather Requirements for Any Project
Become Your Own Business Analyst, Gather Requirements for Any ProjectBecome Your Own Business Analyst, Gather Requirements for Any Project
Become Your Own Business Analyst, Gather Requirements for Any Project
 
Atlassian RoadTrip 2015
Atlassian RoadTrip 2015Atlassian RoadTrip 2015
Atlassian RoadTrip 2015
 
How to Create a Workflow: 5 Tips to Get Started Quickly
How to Create a Workflow: 5 Tips to Get Started Quickly How to Create a Workflow: 5 Tips to Get Started Quickly
How to Create a Workflow: 5 Tips to Get Started Quickly
 
Redmine
RedmineRedmine
Redmine
 
A Detailed Explanation On The Marking Criteria For Ielts Writing Task 1 ...
A Detailed Explanation On The Marking Criteria For Ielts Writing Task 1 ...A Detailed Explanation On The Marking Criteria For Ielts Writing Task 1 ...
A Detailed Explanation On The Marking Criteria For Ielts Writing Task 1 ...
 
What is a Workflow A Beginners Guide to Workflow Management
What is a Workflow A Beginners Guide to Workflow ManagementWhat is a Workflow A Beginners Guide to Workflow Management
What is a Workflow A Beginners Guide to Workflow Management
 
Workflows and Forms in Microsoft world - when to use what
Workflows and Forms in Microsoft world - when to use whatWorkflows and Forms in Microsoft world - when to use what
Workflows and Forms in Microsoft world - when to use what
 
DITA: Managing It All
DITA: Managing It AllDITA: Managing It All
DITA: Managing It All
 
101 Exciting Tips To Get The Site You Need While Saving Time And Money (And G...
101 Exciting Tips To Get The Site You Need While Saving Time And Money (And G...101 Exciting Tips To Get The Site You Need While Saving Time And Money (And G...
101 Exciting Tips To Get The Site You Need While Saving Time And Money (And G...
 
Factors in Software Selection
Factors in Software SelectionFactors in Software Selection
Factors in Software Selection
 
Think before we automate
Think before we automateThink before we automate
Think before we automate
 
The development and future of GlotPress
The development and future of GlotPressThe development and future of GlotPress
The development and future of GlotPress
 
How To Assess Project Proposals
How To Assess Project ProposalsHow To Assess Project Proposals
How To Assess Project Proposals
 
Coaching teams in creative problem solving
Coaching teams in creative problem solvingCoaching teams in creative problem solving
Coaching teams in creative problem solving
 
DrupalCon Austin: UX Bootcamp workshop
DrupalCon Austin: UX Bootcamp workshopDrupalCon Austin: UX Bootcamp workshop
DrupalCon Austin: UX Bootcamp workshop
 
Deepening SharePoint User Adoption
Deepening SharePoint User AdoptionDeepening SharePoint User Adoption
Deepening SharePoint User Adoption
 
Workflow solutions best practices and mistakes to avoid
Workflow solutions best practices and mistakes to avoidWorkflow solutions best practices and mistakes to avoid
Workflow solutions best practices and mistakes to avoid
 

More from InnoTech

"So you want to raise funding and build a team?"
"So you want to raise funding and build a team?""So you want to raise funding and build a team?"
"So you want to raise funding and build a team?"
InnoTech
 
Artificial Intelligence is Maturing
Artificial Intelligence is MaturingArtificial Intelligence is Maturing
Artificial Intelligence is Maturing
InnoTech
 
What is AI without Data?
What is AI without Data?What is AI without Data?
What is AI without Data?
InnoTech
 
Courageous Leadership - When it Matters Most
Courageous Leadership - When it Matters MostCourageous Leadership - When it Matters Most
Courageous Leadership - When it Matters Most
InnoTech
 
The Gathering Storm
The Gathering StormThe Gathering Storm
The Gathering Storm
InnoTech
 
Sql Server tips from the field
Sql Server tips from the fieldSql Server tips from the field
Sql Server tips from the field
InnoTech
 
Quantum Computing and its security implications
Quantum Computing and its security implicationsQuantum Computing and its security implications
Quantum Computing and its security implications
InnoTech
 
Converged Infrastructure
Converged InfrastructureConverged Infrastructure
Converged Infrastructure
InnoTech
 
Making the most out of collaboration with Office 365
Making the most out of collaboration with Office 365Making the most out of collaboration with Office 365
Making the most out of collaboration with Office 365
InnoTech
 
Blockchain use cases and case studies
Blockchain use cases and case studiesBlockchain use cases and case studies
Blockchain use cases and case studies
InnoTech
 
Blockchain: Exploring the Fundamentals and Promising Potential
Blockchain: Exploring the Fundamentals and Promising Potential Blockchain: Exploring the Fundamentals and Promising Potential
Blockchain: Exploring the Fundamentals and Promising Potential
InnoTech
 
Business leaders are engaging labor differently - Is your IT ready?
Business leaders are engaging labor differently - Is your IT ready?Business leaders are engaging labor differently - Is your IT ready?
Business leaders are engaging labor differently - Is your IT ready?
InnoTech
 
AI 3.0: Is it Finally Time for Artificial Intelligence and Sensor Networks to...
AI 3.0: Is it Finally Time for Artificial Intelligence and Sensor Networks to...AI 3.0: Is it Finally Time for Artificial Intelligence and Sensor Networks to...
AI 3.0: Is it Finally Time for Artificial Intelligence and Sensor Networks to...
InnoTech
 
Using Business Intelligence to Bring Your Data to Life
Using Business Intelligence to Bring Your Data to LifeUsing Business Intelligence to Bring Your Data to Life
Using Business Intelligence to Bring Your Data to Life
InnoTech
 
User requirements is a fallacy
User requirements is a fallacyUser requirements is a fallacy
User requirements is a fallacy
InnoTech
 
What I Wish I Knew Before I Signed that Contract - San Antonio
What I Wish I Knew Before I Signed that Contract - San Antonio What I Wish I Knew Before I Signed that Contract - San Antonio
What I Wish I Knew Before I Signed that Contract - San Antonio
InnoTech
 
Disaster Recovery Plan - Quorum
Disaster Recovery Plan - QuorumDisaster Recovery Plan - Quorum
Disaster Recovery Plan - Quorum
InnoTech
 
Share point saturday access services 2015 final 2
Share point saturday access services 2015 final 2Share point saturday access services 2015 final 2
Share point saturday access services 2015 final 2
InnoTech
 
Sp tech festdallas - office 365 groups - planner session
Sp tech festdallas - office 365 groups - planner sessionSp tech festdallas - office 365 groups - planner session
Sp tech festdallas - office 365 groups - planner session
InnoTech
 
Power apps presentation
Power apps presentationPower apps presentation
Power apps presentation
InnoTech
 

More from InnoTech (20)

"So you want to raise funding and build a team?"
"So you want to raise funding and build a team?""So you want to raise funding and build a team?"
"So you want to raise funding and build a team?"
 
Artificial Intelligence is Maturing
Artificial Intelligence is MaturingArtificial Intelligence is Maturing
Artificial Intelligence is Maturing
 
What is AI without Data?
What is AI without Data?What is AI without Data?
What is AI without Data?
 
Courageous Leadership - When it Matters Most
Courageous Leadership - When it Matters MostCourageous Leadership - When it Matters Most
Courageous Leadership - When it Matters Most
 
The Gathering Storm
The Gathering StormThe Gathering Storm
The Gathering Storm
 
Sql Server tips from the field
Sql Server tips from the fieldSql Server tips from the field
Sql Server tips from the field
 
Quantum Computing and its security implications
Quantum Computing and its security implicationsQuantum Computing and its security implications
Quantum Computing and its security implications
 
Converged Infrastructure
Converged InfrastructureConverged Infrastructure
Converged Infrastructure
 
Making the most out of collaboration with Office 365
Making the most out of collaboration with Office 365Making the most out of collaboration with Office 365
Making the most out of collaboration with Office 365
 
Blockchain use cases and case studies
Blockchain use cases and case studiesBlockchain use cases and case studies
Blockchain use cases and case studies
 
Blockchain: Exploring the Fundamentals and Promising Potential
Blockchain: Exploring the Fundamentals and Promising Potential Blockchain: Exploring the Fundamentals and Promising Potential
Blockchain: Exploring the Fundamentals and Promising Potential
 
Business leaders are engaging labor differently - Is your IT ready?
Business leaders are engaging labor differently - Is your IT ready?Business leaders are engaging labor differently - Is your IT ready?
Business leaders are engaging labor differently - Is your IT ready?
 
AI 3.0: Is it Finally Time for Artificial Intelligence and Sensor Networks to...
AI 3.0: Is it Finally Time for Artificial Intelligence and Sensor Networks to...AI 3.0: Is it Finally Time for Artificial Intelligence and Sensor Networks to...
AI 3.0: Is it Finally Time for Artificial Intelligence and Sensor Networks to...
 
Using Business Intelligence to Bring Your Data to Life
Using Business Intelligence to Bring Your Data to LifeUsing Business Intelligence to Bring Your Data to Life
Using Business Intelligence to Bring Your Data to Life
 
User requirements is a fallacy
User requirements is a fallacyUser requirements is a fallacy
User requirements is a fallacy
 
What I Wish I Knew Before I Signed that Contract - San Antonio
What I Wish I Knew Before I Signed that Contract - San Antonio What I Wish I Knew Before I Signed that Contract - San Antonio
What I Wish I Knew Before I Signed that Contract - San Antonio
 
Disaster Recovery Plan - Quorum
Disaster Recovery Plan - QuorumDisaster Recovery Plan - Quorum
Disaster Recovery Plan - Quorum
 
Share point saturday access services 2015 final 2
Share point saturday access services 2015 final 2Share point saturday access services 2015 final 2
Share point saturday access services 2015 final 2
 
Sp tech festdallas - office 365 groups - planner session
Sp tech festdallas - office 365 groups - planner sessionSp tech festdallas - office 365 groups - planner session
Sp tech festdallas - office 365 groups - planner session
 
Power apps presentation
Power apps presentationPower apps presentation
Power apps presentation
 

Recently uploaded

Connector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonConnector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a button
DianaGray10
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
91mobiles
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance
 
Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !
KatiaHIMEUR1
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
DianaGray10
 
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
Product School
 
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Thierry Lestable
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
Product School
 
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Jeffrey Haguewood
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
UiPathCommunity
 
Knowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and backKnowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and back
Elena Simperl
 
Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*
Frank van Harmelen
 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
Thijs Feryn
 
Assuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyesAssuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyes
ThousandEyes
 
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 previewState of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
Prayukth K V
 
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
Sri Ambati
 
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Product School
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
Alison B. Lowndes
 
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Product School
 

Recently uploaded (20)

Connector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonConnector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a button
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
 
Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
 
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
 
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
 
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
 
Knowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and backKnowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and back
 
Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*
 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
 
Assuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyesAssuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyes
 
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 previewState of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
 
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
 
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
 
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
 

Workflow best practices

Editor's Notes

  1. .
  2. Rarely is this considered in advance Rarely does everyone agree Ignored exceptions lead to bypass