Workflow acceptance
A workflow is the executable conversation generated from the business journey. In the business-authored MVP, generated workflow files are implementation artifacts — business users should not have to edit them.
An acceptance rubric is generated from the acceptance list. Each bullet becomes one
criterion, evaluated against the captured transcript and evidence.
Running
Section titled “Running”# default configuv run dialogassert run
# a specific configuv run dialogassert run -c dialogassert.openai.business-acceptance.yaml
# a single workflowuv run dialogassert run \ -c dialogassert.openai.generated.yaml \ --workflow-id block_card_placeholderGenerating test files
Section titled “Generating test files”uv run dialogassert generate \ --source authoring/generated/block_card_placeholder.business.yaml \ --inputs authoring/generated/block_card_placeholder.inputs.yaml \ --out-dir generatedIf the source contains acceptance, DialogAssert generates workflow and rubric artifacts for
the business-authored acceptance flow.