Skip to content

first_run and last_run_version property of workflow

Dean Jackson requested to merge owenwater:develop into develop

Created by: owenwater

  • add first_run and last_run_version property for Workflow
  • remove hardcode check for settings.json in Workflow.store_data()
  • calling self.settings in Workflow.__init__() causes code coverage failed because alfred_env somehow got reloaded again. So doing a little tricky thing to fix it.

Merge request reports