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

Method handleWorkflowUpdate

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

* Handle workflow update - notify users

(workflowId: string)

Source from the content-addressed store, hash-verified

138 * Handle workflow update - notify users
139 */
140 handleWorkflowUpdate(workflowId: string): Promise<void>
141
142 /**
143 * Handle workflow deployment change - notify users to refresh deployment state

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