dify/api/core/app/apps/workflow
Harry b67d0d8c45 refactor(sandbox): update sandbox service to use sandbox_id instead of workflow_execution_id
- Modified the SandboxService and related app generators to replace workflow_execution_id with sandbox_id for improved clarity and consistency in sandbox handling.
- Adjusted the AdvancedChatAppGenerator and WorkflowAppGenerator to align with the new parameter naming convention.
2026-01-30 22:45:28 +08:00
..
__init__.py FEAT: NEW WORKFLOW ENGINE (#3160) 2024-04-08 18:51:46 +08:00
app_config_manager.py remove bare list, dict, Sequence, None, Any (#25058) 2025-09-06 03:32:23 +08:00
app_generator.py refactor(sandbox): update sandbox service to use sandbox_id instead of workflow_execution_id 2026-01-30 22:45:28 +08:00
app_queue_manager.py remove bare list, dict, Sequence, None, Any (#25058) 2025-09-06 03:32:23 +08:00
app_runner.py chore: api linter 2026-01-28 11:42:55 +08:00
generate_response_converter.py feat: add stream response 2026-01-13 14:13:43 +08:00
generate_task_pipeline.py chore: add trace metadata and streaming icon 2026-01-06 16:30:33 +08:00