Module · The nineteen workflows✅Knowledge checkCheck: can you explain the catalogue?5 questions · Pass at 60%1. A new enquiry appears and three workflows react to it. How does the one that routes the lead know the one that raises the call-back has already run?It waits for the other to finish, then reads its outputIt does not. All three watch the same event and none of them knows the others existThe trigger hands each workflow a list of the others that matchedThe one with fewer nodes runs first, and the rest read its result2. An enquiry satisfies two arms of a router set to first match. What does the run record show?One matching path and one selected pathTwo matching paths and two selected paths, because both arms runTwo matching paths and one selected pathAn error, because a router cannot resolve two matches3. A workflow sends a reminder, waits four hours, then decides whether somebody was a no-show. Where does it get the answer?From what it read before the wait — a record cannot change while a workflow is runningFrom the reminder email's delivery receiptFrom whether the calendar event was acceptedIt reads the task's status out of the database again, after the delay4. Which of these is the one that should NOT be built with an agent?Turning a structured form's answers into a contact and an enquiryAnswering a WhatsApp question about which documents are neededWriting a follow-up message from the last note on somebody's fileDeciding what a call transcript means for the enquiry's stage5. A daily sweep chases enquiries that have gone quiet. Why does it measure quiet by the last note rather than by the record's updated_at?Notes are indexed and updated_at is notupdated_at is only set when the stage changesMachines move updated_at — a score being written is not somebody making contactA note carries the advisor's name and updated_at does notCheck answers← Back to Expedify in an AfternoonNext topic →