Skip to main content
The Workflow Wizard is a Pro feature, available in the Post desktop app and the CLI with a Post Pro entitlement.
Testing a single ADT message doesn’t prove your interface works. Real go-lives need admit → lab order → result → discharge sequences — and you need to run them repeatedly as you iterate. Define the scenario once in YAML, run it as many times as you need.

Interactive wizard

Launch the interactive wizard to build a scenario step by step:
The wizard guides you through:
  1. Naming your scenario
  2. Adding message steps (type, delay, dependencies)
  3. Configuring vendor profiles per step
  4. Setting validation checkpoints
  5. 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:
This generates each message in sequence with the specified delays and saves them to the output directory. Timestamps are coherent across all messages — the lab order timestamp is after admission, results after the order, and so on.

Validation checkpoints

Add validation rules to verify each step:

Common scenario templates

Run in Post

The Post desktop app’s Workflow Wizard provides a visual 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
Install Post and sign in with a Post Pro entitlement to try the visual builder.

Next steps