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
{{ message }}
This repository was archived by the owner on Feb 25, 2024. It is now read-only.
Spawned child machine shows up as a new Parent -> Child actor, but it’s not interactive.
Expected Result
I’m pretty sure I‘ve been able to spawn child machines before and interact with them through the visualizer. I’m trying to reproduce a bug in a much more complicated machine and I fear I’ve done something dumb trying to simplify the representative parent and child machines.
Actual Result
When I fire the select event, my #Parent machine spawns a #Child machine instance. I can see the new Parent -> Child entry on the Actors tab and I can pull up the visualization. However, the visualization is not interactive through diagram or by sending JSON actions in the Events tab.
Description
Spawned child machine shows up as a new Parent -> Child actor, but it’s not interactive.
Expected Result
I’m pretty sure I‘ve been able to spawn child machines before and interact with them through the visualizer. I’m trying to reproduce a bug in a much more complicated machine and I fear I’ve done something dumb trying to simplify the representative parent and child machines.
Actual Result
When I fire the
select
event, my#Parent
machine spawns a#Child
machine instance. I can see the new Parent -> Child entry on the Actors tab and I can pull up the visualization. However, the visualization is not interactive through diagram or by sending JSON actions in the Events tab.Reproduction
https://stately.ai/viz/30e5c6ec-11ee-4ec9-836e-938f0b4c58ec
#Parent
machine from the Actors tabselect
eventNothing seems to happen and I don’t get any error messages in the console.
Additional context
Evergreen Chrome
The text was updated successfully, but these errors were encountered: