Skip to content

Commit 79de9ec

Browse files
committed
feat: workflow api add debug log
1 parent a5c3c30 commit 79de9ec

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/backend/bisheng/api/v2/workflow.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ async def invoke_workflow(request: Request,
6464
workflow.set_user_input(user_input, message_id)
6565
workflow.set_workflow_status(WorkflowStatus.INPUT_OVER.value)
6666

67+
logger.debug(f'waiting workflow over or input: {workflow_id}, {session_id}')
6768
async def handle_workflow_event(event_list: List):
6869
async for event in workflow.get_response_until_break():
6970
if event.category == WorkflowEventType.NodeRun.value:

0 commit comments

Comments
 (0)