Allow env update on task re-run
This is regarding the use case where a workflow execution failed because of environment related issues (i.e. endpoint unavailable, etc.). Endpoints and credentials can be passed on workflow invocation under the env param and then accessed by workflow tasks using the env() function. It is possible that the endpoint is replaced (i.e. different host/ip) as part of resolving the environment related issues or that the token passed as credential has expired. In these cases, the user will need to be able to update the env variables prior to re-run.
Blueprint information
- Status:
- Complete
- Approver:
- Renat Akhmerov
- Priority:
- Medium
- Drafter:
- Winson Chan
- Direction:
- Approved
- Assignee:
- Winson Chan
- Definition:
- Approved
- Series goal:
- Accepted for mitaka
- Implementation:
- Implemented
- Milestone target:
- 2.0.0
- Started by
- Nikolay Makhotkin
- Completed by
- Renat Akhmerov
Related branches
Related bugs
Sprints
Whiteboard
Gerrit topic: https:/
Addressed by: https:/
Allow env update on task re-run
Gerrit topic: https:/
Addressed by: https:/
Allow env update on resume and rerun workflows
Addressed by: https:/
Update REST API to support env update
Addressed by: https:/
Add options to update env for executions and tasks