alexhsamuel / apsis

General-purpose scheduler.
Other
2 stars 2 forks source link

Feature/gh316 #321

Closed alexhsamuel closed 6 months ago

alexhsamuel commented 6 months ago

Resolves #316

This adds an exist option to the dependency condition. If true, the condition induces an error if no dependency run exists in a state from which the target state (usually success) is reachable. This is checked continuously.

condition:
  type: dependency
  job_id: predecessor
  exist: true