Implementation guide · 04
Name the owner before you automate the handoff
A durable automation starts with accountability, payload boundaries, failure states, and review—not a connector search.
- 01
Name the business event
Describe the real-world event that should trigger the automation without mentioning a platform feature.
- 02
Minimize the payload
Move only the fields the next step needs and classify any sensitive or regulated data before transmission.
- 03
Assign an owner
Identify who notices failures, approves changes, and decides when the workflow no longer deserves to exist.
- 04
Design the failure path
Log failure with enough context to recover safely, without exposing secrets or duplicating side effects.
- 05
Review operating economics
Measure task volume, exception handling, and maintenance time against the work actually removed.
Operating principle