dify/api/tests/unit_tests/tasks
QuantumGhost a1fc280102
feat: Human Input Node (#32060)
The frontend and backend implementation for the human input node.

Co-authored-by: twwu <twwu@dify.ai>
Co-authored-by: JzoNg <jzongcode@gmail.com>
Co-authored-by: yyh <92089059+lyzno1@users.noreply.github.com>
Co-authored-by: zhsama <torvalds@linux.do>
2026-02-09 14:57:23 +08:00
..
__init__.py feat(api): auto-delete WorkflowDraftVariable when app is deleted (#23737) 2025-08-13 11:13:08 +08:00
test_async_workflow_tasks.py fix: address user input preparation in workflow app generator (#28410) 2025-11-20 02:09:40 +08:00
test_clean_dataset_task.py refactor: use session factory instead of call db.session directly (#31198) 2026-01-21 13:43:06 +08:00
test_dataset_indexing_task.py refactor: partition Celery task sessions into smaller, discrete execu… (#32085) 2026-02-08 21:01:54 +08:00
test_delete_account_task.py refactor: use session factory instead of call db.session directly (#31198) 2026-01-21 13:43:06 +08:00
test_document_indexing_sync_task.py perf: use batch delete method instead of single delete (#32036) 2026-02-06 15:12:32 +08:00
test_duplicate_document_indexing_task.py refactor: use session factory instead of call db.session directly (#31198) 2026-01-21 13:43:06 +08:00
test_human_input_timeout_tasks.py feat: Human Input Node (#32060) 2026-02-09 14:57:23 +08:00
test_mail_human_input_delivery_task.py feat: Human Input Node (#32060) 2026-02-09 14:57:23 +08:00
test_mail_send_task.py feat: allow pass hostname in docker env (#30975) 2026-01-14 19:30:37 +08:00
test_remove_app_and_related_data_task.py fix: fix delete_draft_variables_batch cycle forever (#31934) 2026-02-04 19:10:27 +08:00
test_workflow_execute_task.py feat: Human Input Node (#32060) 2026-02-09 14:57:23 +08:00
test_workflow_node_execution_tasks.py feat: Human Input Node (#32060) 2026-02-09 14:57:23 +08:00