When to use it
Use this flow when:- A support ticket references a known scenario and a matching Case exists.
- You need to reproduce a specific customer situation against a real environment.
- The outcome needs to be documented — not just observed.
- You’re running a routine operational check that a journey already covers.
Key concepts
Cases as scenario presets. A Case is a saved set of values for a specific scenario — “Happy path,” “Expired token,” “Missing funding source,” and so on. Selecting a case in Runbook mode pre-fills all the run inputs and variables the journey needs. You don’t manually configure values; the case does it for you. Environment selection. Choosing the right Environment matters — sandbox, staging, and production have different data and behavior. Make sure you’re running against the environment that matches the scenario you’re investigating. Manual checkpoints. The journey author may have added manual checkpoints at steps where human confirmation is required. You’ll be prompted to mark what you observed before the run can continue. Evidence collection. Everything the runbook captures — responses, assertion results, your notes — becomes part of the evidence log for this run.How it works
Find the right journey
Locate the journey that covers the workflow in question. If you’re working from a support case or ticket, it may already be linked.
Select a case
Choose the Case that matches the scenario you’re investigating. The run inputs and variables are filled in automatically.
Select an environment
Pick the environment that matches the situation — usually the same environment the customer is on, or staging if you’re reproducing before escalating.
Run through the steps
Reqflo executes each step in sequence and presents the result. At each step, review the response and assertion outcomes. At manual checkpoints, mark your observations.
Examples
Reproducing a reported failure A customer reports their payout fails at the verification step. The support agent:- Opens the Payout flow journey in Runbook mode.
- Selects the Verified account — low balance case.
- Selects the production environment.
- Steps through the journey — the verification step returns a
422and the assertion onstatusfails. - Notes the failure, copies the response body, and marks the checkpoint.
- The run summary shows the failed step, the assertion that failed, and the agent’s note. That goes into the ticket.

