mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-03 00:00:49 +08:00
表达式节点、条件表达式节点改用Serein.Script进行构造解析执行,避免了文本解析带来的性能损耗。
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
namespace Serein.Script
|
||||
{
|
||||
public class ScriptInvokeContext : IScriptInvokeContext
|
||||
public sealed class ScriptInvokeContext : IScriptInvokeContext
|
||||
{
|
||||
/// <summary>
|
||||
/// 脚本使用流程上下文
|
||||
|
||||
Reference in New Issue
Block a user