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

Method handleWorkflowRevert

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

* Handle workflow revert - notify users

(workflowId: string, timestamp: number)

Source from the content-addressed store, hash-verified

133 * Handle workflow revert - notify users
134 */
135 handleWorkflowRevert(workflowId: string, timestamp: number): Promise<void>
136
137 /**
138 * Handle workflow update - 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