This sample demonstrates the basics of declarative workflows:
- Setting variables
- Evaluating expressions
- Sending output to users
workflow.yaml- The workflow definitionmain.py- Python code to execute the workflow
python main.py- Sets a greeting variable
- Sets a name from input (or uses default)
- Combines them into a message
- Sends the message as output