v5.12.0
·
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