Skip to content

v5.12.0

Compare
Choose a tag to compare
@michel-kraemer michel-kraemer released this 10 Mar 13:02
· 557 commits to master since this release

New features:

  • Added possibility to specify workflow action IDs
  • Added possibility to specify explicit dependencies between actions via the new dependsOn attribute, even if those actions are not connected through outputs/inputs
  • Extended process chain adapter plugin interface and added the workflow currently being evaluated

Bug fixes:

  • Correctly resolve dependencies of actions inside for-each actions even if they have been specified in reverse order
  • Set submission end time on error
  • Cancel process chains if submission fails
  • Tolerate a certain number of faults when looking up process chain status

Maintenance:

  • Bump up workflow API version to 4.4.0
  • Update dependencies