mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-04-01 14:06:36 +08:00
环境接口新增了加载项目文件路径,方便类库在Init事件中自动加载具体的依赖
This commit is contained in:
@@ -27,6 +27,7 @@ namespace Serein.Library
|
||||
public ISereinIOC IOC => sereinIOC;
|
||||
|
||||
public string EnvName => throw new NotImplementedException();
|
||||
public string ProjectFileLocation => throw new NotImplementedException();
|
||||
|
||||
public bool IsGlobalInterrupt => throw new NotImplementedException();
|
||||
|
||||
|
||||
@@ -75,6 +75,7 @@ namespace Serein.Library
|
||||
{
|
||||
// 设置获取中断的委托
|
||||
_getInterruptTask = () => NodeModel.Env.IOC.Get<FlowInterruptTool>().WaitTriggerAsync(NodeModel.Guid);
|
||||
|
||||
}
|
||||
else if (!state)
|
||||
{
|
||||
|
||||
@@ -449,7 +449,6 @@ namespace Serein.Library
|
||||
|
||||
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 更新节点数据,并检查监视表达式是否生效
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user