You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
π Describe the bug
Using context.signal_entity causes a sub-orchestrator to never finish. That is, it prevents StopIteration from being raised.
π€ Expected behavior
Signalling an entity does not cause the generator to fail
β Steps to reproduce
Create an entity and signal it from within a sub orchestrator. This will cause it to not finish. Now switch it to use context.call_entity, which works as expected.