You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(front): add organization_id to workflow query params (#600)
## 📝 Description
This change ensures that `organization_id` is included when listing
workflows. By providing `organization_id` the backend can leverage more
selective indexes, which should improve query planning and performance.
See [related task](renderedtext/tasks#8617).
## ✅ Checklist
- [x] I have tested this change
- [x] ~This change requires documentation update~ N/A
0 commit comments