Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 457 Bytes

File metadata and controls

24 lines (17 loc) · 457 Bytes

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