orchestrator-core
orchestrator-core copied to clipboard
[Feature]: Extend websocket endpoint for process detail pages (task and workflows)
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": ["processes", "<processId>"]}to trigger processdetail page invalidation for a specific process (workflow/task).
see https://git.ia.surfsara.nl/netdev/automation/projects/orchestrator/-/issues/1963