yangzhang75 opened a new issue, #8014:
URL: https://github.com/apache/texera/issues/8014
### Task Summary
### Task Summary
Let the backend remember, per workflow, whether it is offered as a form, and
expose changing it.
- migration `sql/updates/42.sql`: `ALTER TABLE workflow ADD COLUMN
is_parameterized BOOLEAN NOT NULL DEFAULT false`
- `WorkflowResource`: `/parameterized/{wid}` and `/unparameterized/{wid}`
endpoints toggle it — a plain save preserves the stored value and never changes
it
- `WorkflowVersionResource`: carry it across versions
- `UnifiedResourceSchema`, `WorkflowSearchQueryBuilder`: include it in
listing/search
### Task Type
- [ ] Refactor / Cleanup
- [ ] DevOps / Deployment / CI
- [ ] Testing / QA
- [ ] Documentation
- [ ] Performance
- [x] Other
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]