From 376036b524a70626402958e4810e37a2ec059b17 Mon Sep 17 00:00:00 2001 From: Jon Langevin Date: Tue, 19 May 2026 16:47:39 -0400 Subject: [PATCH] docs(teams): add examples/minimal/config.yaml Follow-up to workflow#714. Co-Authored-By: Claude Opus 4.7 (1M context) --- examples/minimal/config.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 examples/minimal/config.yaml diff --git a/examples/minimal/config.yaml b/examples/minimal/config.yaml new file mode 100644 index 0000000..2da002f --- /dev/null +++ b/examples/minimal/config.yaml @@ -0,0 +1,13 @@ +# Minimal config exercising workflow-plugin-teams. +# Schema-validate with: wfctl validate --skip-unknown-types examples/minimal/config.yaml +version: 1 +modules: + - name: teams-provider + type: teams.provider + config: {} +workflows: + pipeline: + steps: + - name: example + type: step.teams_send_message + config: {}