* Handle workflow deletion - notify users and clean up room
(workflowId: string)
| 128 | * Handle workflow deletion - notify users and clean up room |
| 129 | */ |
| 130 | handleWorkflowDeletion(workflowId: string): Promise<void> |
| 131 | |
| 132 | /** |
| 133 | * Handle workflow revert - notify users |
no outgoing calls
no test coverage detected