Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Simple Workflow Sample

This sample demonstrates the basics of declarative workflows:

  • Setting variables
  • Evaluating expressions
  • Sending output to users

Files

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

Running

python main.py

What It Does

  1. Sets a greeting variable
  2. Sets a name from input (or uses default)
  3. Combines them into a message
  4. Sends the message as output