Is it possible to send data from a child machine to parent? #1445
-
I am attempting to share data between child machines through the parent's context. However, I'm having a hard time determining how to pass data from a child machine back to the parent machine without using a Original: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I'm not sure if I have understood correctly because the content of the issue doesn't match the title as far as I can tell. But if you just want to send something from a child to a parent then |
Beta Was this translation helpful? Give feedback.
I'm not sure if I have understood correctly because the content of the issue doesn't match the title as far as I can tell.
But if you just want to send something from a child to a parent then
sendParent
should be what you are looking for. If you want to send an event to a sibling then you can also do this, but you have to share target'ssessionId
first - which can be done through events. ThatsessionId
is always set as_event.origin
.