The Workflow Wizard is a Pro feature. Available in the Console with a Pro subscription or during your 14-day free trial.
Interactive wizard
Launch the interactive wizard to build a scenario step by step:- Naming your scenario
- Adding message steps (type, delay, dependencies)
- Configuring vendor profiles per step
- Setting validation checkpoints
- Saving as a reusable YAML file
YAML scenario files
Define scenarios as YAML for version control and CI/CD integration:Run a scenario
Execute a scenario file and save the generated messages:Validation checkpoints
Add validation rules to verify each step:Common scenario templates
| Scenario | Steps | Use Case |
|---|---|---|
| ED Visit | ADT^A01 → ORM → ORU → ADT^A03 | Emergency department flow |
| Inpatient Stay | ADT^A01 → ORM → ORU → RDE → DFT → ADT^A03 | Full hospital stay |
| Lab Only | ORM^O01 → ORU^R01 | Lab order-to-result |
| Transfer | ADT^A01 → ADT^A02 → ADT^A03 | Patient transfer between units |
| Pharmacy | ORM^O01 → RDE^O11 | Prescription order to dispense |
Run in the Console
The Console provides a visual workflow builder where you can:- Drag and drop message steps
- Set delays with a timeline view
- Preview generated messages at each step
- Export the workflow as a YAML file for CLI use
Next steps
- Generate test data for individual message types
- Monitor your interfaces with Loft while running scenarios
- Compare environments using diff to verify test results

