Skip to content

v0.49.0b1

Pre-release
Pre-release

Choose a tag to compare

@lukasbindreiter lukasbindreiter released this 06 Feb 14:32
c9def48

Pre-release beta version of optional subtasks

Added

  • tilebox-workflows: Added ability to mark tasks as optional. Optional tasks will not fail the job if they fail and
    tasks that depend on them will still execute even if they fail, allowing for a job to complete even if some tasks fail.
  • tilebox-workflows: Added a task_states parameter to JobClient.query, to allow filtering jobs by whether they
    contain tasks in one of the given state.