fix(triggers): seed the trigger-expression attribute snapshot at actor startup

This commit is contained in:
Joseph Doherty
2026-05-16 05:38:50 -04:00
parent 9e21b47080
commit 41c3fa3d84
3 changed files with 22 additions and 0 deletions

View File

@@ -529,6 +529,7 @@ public class InstanceActor : ReceiveActor
_options,
_logger,
triggerExpression,
_attributes,
_healthCollector,
_serviceProvider));
@@ -578,6 +579,7 @@ public class InstanceActor : ReceiveActor
_options,
_logger,
triggerExpression,
_attributes,
_healthCollector));
var actorRef = Context.ActorOf(props, $"alarm-{alarm.CanonicalName}");