orchestrator-core
orchestrator-core copied to clipboard
[Feature]: Extend websocket endpoint for subscriptions page
What should we build?
This ticket builds upon the ticket https://github.com/workfloworchestrator/orchestrator-core/issues/502.
Tasks
- [ ] Make the
/api/ws/eventsendpoint emit the message{"name": "invalidateCache", "value": ["subscriptions"]}to trigger subscriptions page invalidation.
This event should be emitted from
- The workflow step which also updates the subscription's cached domain model
- The 'set in sync' endpoint
- The update customer subscription description endpoint
- ... ?
see https://git.ia.surfsara.nl/netdev/automation/projects/orchestrator/-/issues/1964