MCPcopy
hub / github.com/simstudioai/sim / handleWorkflowDeletion

Method handleWorkflowDeletion

apps/realtime/src/rooms/types.ts:130–130  ·  view source on GitHub ↗

* Handle workflow deletion - notify users and clean up room

(workflowId: string)

Source from the content-addressed store, hash-verified

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

Callers 1

createHttpHandlerFunction · 0.65

Implementers 2

RedisRoomManagerapps/realtime/src/rooms/redis-manager.
MemoryRoomManagerapps/realtime/src/rooms/memory-manager

Calls

no outgoing calls

Tested by

no test coverage detected