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

Method getWorkflowUsers

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

* Get all users in a workflow room

(workflowId: string)

Source from the content-addressed store, hash-verified

84 * Get all users in a workflow room
85 */
86 getWorkflowUsers(workflowId: string): Promise<UserPresence[]>
87
88 /**
89 * Check if a workflow room exists

Callers 5

index.test.tsFile · 0.65
setupVariablesHandlersFunction · 0.65
setupSubblocksHandlersFunction · 0.65
setupOperationsHandlersFunction · 0.65
setupWorkflowHandlersFunction · 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