Skip to content

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.

Terminal window
# default config
uv run dialogassert run
# a specific config
uv run dialogassert run -c dialogassert.openai.business-acceptance.yaml
# a single workflow
uv run dialogassert run \
-c dialogassert.openai.generated.yaml \
--workflow-id block_card_placeholder
Terminal window
uv run dialogassert generate \
--source authoring/generated/block_card_placeholder.business.yaml \
--inputs authoring/generated/block_card_placeholder.inputs.yaml \
--out-dir generated

If the source contains acceptance, DialogAssert generates workflow and rubric artifacts for the business-authored acceptance flow.