Replies: 1 comment 2 replies
-
|
Hey rmcdaniel! Thank you for this very cool update. I was reading through the documentation and on storing child workflow's IDs there's this little snippet: Is there any particular reason you are using an activity for this? I tried storing the IDs as private variables and then using query methods (to return these variables, not the result of $this->child()/children()) from my livewire component to fetch them and it worked as I had hoped. And from my livewire component I just load parent workflow -> fetch child ID -> load child -> do whatever I need to do with the child: |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a PR open that will be merged soon. It will allow users to signal child workflows from parent workflows. This was already possible but it wasn't obvious how to do it. Feel free to test it out and leave me any feedback. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions