You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gcgj-dify-1.7.0/api/core/workflow
Yeuoly 3bfc602561 refactor: update datasource entity structure and parameter handling
- Renamed and split parameters in DatasourceEntity into first_step_parameters and second_step_parameters.
- Updated validation methods for new parameter structure.
- Adjusted datasource_node to reference first_step_parameters.
- Cleaned up unused imports and improved type hints in workflow.py.
1 year ago
..
callbacks Feature/newnew workflow loop node (#14863) 1 year ago
entities Merge branch 'main' into feat/r2 1 year ago
graph_engine chore: bump pydantic to 2.11 and pydantic-settings to 2.9 (#15049) 1 year ago
nodes refactor: update datasource entity structure and parameter handling 1 year ago
repository feat(workflow): domain model for workflow node execution (#19430) 1 year ago
utils chore: bump pydantic to 2.11 and pydantic-settings to 2.9 (#15049) 1 year ago
__init__.py FEAT: NEW WORKFLOW ENGINE (#3160) 2 years ago
constants.py Merge branch 'main' into feat/r2 1 year ago
enums.py chore: bump minimum supported Python version to 3.11 (#10386) 2 years ago
errors.py feat/enhance the multi-modal support (#8818) 2 years ago
workflow_app_generate_task_pipeline.py feat(workflow): domain model for workflow node execution (#19430) 1 year ago
workflow_cycle_manager.py feat(workflow): domain model for workflow node execution (#19430) 1 year ago
workflow_engine_manager.py feat: Parallel Execution of Nodes in Workflows (#8192) 2 years ago
workflow_entry.py Fix: the issue of getting empty environment variables. (#19085) 1 year ago