conductor
conductor copied to clipboard
Pass complete workflow as input to failure workflow.
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
- 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.
- 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.