Stuart Corbishley
Results
22
issues of
Stuart Corbishley
### Details The `WorkflowChannel` currently subscribes to project-level work order events (`WorkOrders.subscribe(project_id)`), which means every socket receives ALL work order and run events for the entire project, then filters them...
### Details Since we introduced the `WorkOrder` module, the existence of `Invocation` doesn't fit anymore. If anything, I propose the follow models are moved under `WorkOrder`. - `Run` - `Step`...