feat(workflow): add WorkflowRunID to message handling and related services
This commit is contained in:
@@ -143,6 +143,7 @@ export type AdminConversationDetail = AdminConversation & {
|
||||
export type AdminMessage = {
|
||||
id: number
|
||||
conversationId: number
|
||||
workflowRunId?: number
|
||||
clientMsgId?: string
|
||||
senderType: string
|
||||
senderId: number
|
||||
|
||||
Reference in New Issue
Block a user