Skip to content

Resolve variables from os.getenv as fallback

Dean Jackson requested to merge ericmartineau:vars-from-env into develop

Created by: ericmartineau

Two changes:

  1. Workflow3 instances will fallback to os.getenv if a variable value doesnt exist in the dict
  2. The add_item method supports kwargs for passing item-specific configuration

Added test assertions and verified that all tests are passing.

Merge request reports