Add description support for execution
Currently, mistral doesn't support description field for execution, when user creates an execution, he/she could not identify that execution only if he/she remember the execution id, which is not a user friendly way (the execution id doesn't have any meaning at all).
This proposal will add a new field 'description' for execution database table, with empty string as default to keep backward compatible. At the meanwhile, user could specify this information when he/she creates execution like below:
execution-create wf1 --description my_first_
Blueprint information
- Status:
- Complete
- Approver:
- None
- Priority:
- Medium
- Drafter:
- Lingxian Kong
- Direction:
- Approved
- Assignee:
- Lingxian Kong
- Definition:
- Approved
- Series goal:
- Accepted for liberty
- Implementation:
- Implemented
- Milestone target:
- 1.0.0
- Started by
- Lingxian Kong
- Completed by
- Nikolay Makhotkin
Related branches
Related bugs
Sprints
Whiteboard
Gerrit topic: https:/
Addressed by: https:/
Add description field to executions_v2 table
Addressed by: https:/
Add description param to execution creation API