* Get the workflow ID for a socket
(socketId: string)
| 74 | * Get the workflow ID for a socket |
| 75 | */ |
| 76 | getWorkflowIdForSocket(socketId: string): Promise<string | null> |
| 77 | |
| 78 | /** |
| 79 | * Get user session data for a socket |
no outgoing calls
no test coverage detected