mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-03 00:00:49 +08:00
示例工程的修改,以依赖注入的方式
This commit is contained in:
@@ -755,6 +755,7 @@ namespace Serein.NodeFlow
|
||||
/// <returns></returns>
|
||||
public bool AddInterruptExpression(string key, string expression)
|
||||
{
|
||||
if(string.IsNullOrEmpty(expression)) return false;
|
||||
if (dictMonitorObjExpInterrupt.TryGetValue(key, out var condition))
|
||||
{
|
||||
condition.Clear(); // 暂时
|
||||
|
||||
Reference in New Issue
Block a user