fengjiayi e389dbb967 1. 更新了节点入参的条件判断:入参类型为IFlowContext(流程上下文)时禁止创建参数来源连接。
2. [Script]脚本节点移除了“getFlowContext”内置方法,改为自动识别入参名称为“context""flowContext""flow_context",如果是,将自动使用 IFlowContext 类型参数(运行时自动给定)
3. NodeFlow项目中,FlowLibraryService添加了GetType(string)以及TryGetType(string,Type?)方法,用于流程环境搜索外部加载的程序集类型。
2025-08-04 20:13:03 +08:00
2024-09-26 21:03:45 +08:00
2024-09-28 23:55:19 +08:00
2025-08-04 14:57:17 +08:00
2024-08-05 10:11:58 +08:00
2025-07-30 12:01:49 +08:00

Flow Visualization Framework

This project supports both English and 中文 documentation.

🌐 Language


🔧 Project Summary

Refer to the specific language documentation for detailed instructions.


📁 Structure Suggestion (for your repository)

📦 YourProject
├── README.md              <-- Language selector (this file)
├── flow_visualizer_cn.md           <-- English full doc
├── flow_visualizer_cn.md           <-- 中文自述文档
└── ...

Description
No description provided
Readme MIT 37 MiB
Languages
C# 100%