Rules of Automation

 Automation has several concrete rules:

·         Automation requires a system

o    You can't automate an action, you can automate a process.

 

·         The process has to be well defined

o    All actions have to be expressible with valid conditional logic
    ("If this, … and this, …but not this").

o    Ultimately this means you can't use the word "sometimes" in the process description.

o    All needed condition values must be in a ready and readable state before the trigger is given for an automation step.

 

·         Automation projects fail because of weak processes, not because of weak technology.

Comments

Popular posts from this blog

Default Browser - set url association with PowerShell

LINQ within a foreach()