conductor icon indicating copy to clipboard operation
conductor copied to clipboard

Pass complete workflow as input to failure workflow.

Open manan164 opened this issue 2 years ago • 0 comments

Pull Request type

  • [X] Refactoring (no functional changes, no api changes)

NOTE: Please remember to run ./gradlew spotlessApply to fix any format violations.

Changes in this PR

  1. Pass complete failedWorkflow as input to failure workflow so that it does not require to have extra API calls to know more about the failure.
  2. There will be a duplicate set of attributes since we were passing a few attributes already. They are kept as-is because if they are removed then it will require for workflow definition to change.

manan164 avatar Apr 12 '23 13:04 manan164