10
Just passed our 100th automated workflow trigger - feels like a real milestone
3 comments
Log in to join the discussion
Log In3 Comments
morgan_king361mo ago
Just passed our 100th automated workflow trigger" - nice, that's when things start getting real. My advice is to document each one as you go, even the simple ones. You think you'll remember what that trigger from three months ago does, but you won't at 2am when it breaks.
2
mark_ward1mo ago
Did you set up any kind of naming convention for them?
9
claire8721mo ago
Read somewhere that naming workflows by their trigger event plus the main action makes debugging way easier later. Like "new_order_creates_shipment" instead of something vague. Saves a lot of head scratching when things inevitably go wrong at 3am.
2