Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 477 Bytes

base_workflow_run.md

File metadata and controls

26 lines (19 loc) · 477 Bytes

About

A workflow is a document which encapsulates a state machine.

Options

  • Features new methods

     options:
     
       drink-beer:
         description: "Drink beer? [0,1]"
         required: 1 # none=0, required=2, optional=4, array=8
     
       beer:
         description: 'Which type of beer'
         short: b
         required: 2 # none=0, required=2, optional=4, array=8
         options:
           - Lager
           - Weizen
           - Pils
         default: Weizen