Files
agent-framework/python/samples/03-workflows/declarative/conditional_workflow
T
Peter Ibekwe ded17b178c Python: [Breaking] Remove Python-only declarative actions and rename alias kinds to C# canonical names (#6126)
* Remove Python-only declarative actions and rename alias kinds to C# canonical names

* Address PR comments.

* Address PR comments.

* Reduce verbose and duplicate output from sample workflow.
ded17b178c ยท 2026-05-28 10:16:22 +00:00
History
..

Conditional Workflow Sample

This sample demonstrates control flow with conditions:

  • If/else branching
  • Nested conditions

Files

  • workflow.yaml - The workflow definition
  • main.py - Python code to execute the workflow

Running

python main.py

What It Does

  1. Takes a user's age as input
  2. Uses conditions to determine an age category
  3. Sends appropriate messages based on the category