Troubleshooting
The following may help resolve this error:-
If you donβt need to interrupt/resume from a subgraph, pass
checkpointer: falsewhen compiling it like this:.compile({ checkpointer: false }) -
Donβt imperatively call graphs multiple times in the same node, and instead use the
SendAPI.