Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

v3.12.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Oct 21:28
· 287 commits to refs/heads/main since this release
e4b5e3c

IMPORTANT

  • Refactor bulk updateWorkflowDefs API. Please note that previously the API fails on the first error, but now it continues to process every item in the list and return a list of success and failures (#3242) @jxu-nflx

Bug Fixes

  • AsyncSystemTaskExecutor uses the correct value for taskType tag (#3265) @aravindanr
  • removing event handlers once it is removed from storage. (#3256) @astelmashenko
  • Update workflow in DAO in case of update of workflow related attribute. (#3221) @manan164
  • Adding parameterUtils in do-while task to compute input at each iteration. (#3196) @manan164
  • Fix missing updateTime because of different field names in WorkflowModel and Workflow (#3231) @c4lm

Documentation

Dependency Updates