This sample demonstrates control flow with conditions:
- If/else branching
- Switch statements
- Nested conditions
workflow.yaml- The workflow definitionmain.py- Python code to execute the workflow
python main.py- Takes a user's age as input
- Uses conditions to determine an age category
- Sends appropriate messages based on the category