mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-04-04 07:16:35 +08:00
在ChannelFlowTrigger的基础上添加了观察者模式,使其具备通知多个消费者的能力。
This commit is contained in:
@@ -371,8 +371,7 @@ namespace Serein.NodeFlow
|
||||
{
|
||||
try
|
||||
{
|
||||
var waitTask = singleFlipFlopNode.ExecutingAsync(context); // 获取触发器等待Task
|
||||
var newFlowData = await waitTask;
|
||||
var newFlowData = await singleFlipFlopNode.ExecutingAsync(context); // 获取触发器等待Task
|
||||
await NodeModelBase.RefreshFlowDataAndExpInterrupt(context, singleFlipFlopNode, newFlowData); // 全局触发器触发后刷新该触发器的节点数据
|
||||
if (singleFlipFlopNode.NextOrientation != ConnectionType.None)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user