How to get parent's child instances? #1518
Unanswered
rairafaqatali
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
Hi @rairafaqatali , Unfortunately there is no relationship being maintained between a parent and a child workflow. What we could do to support this is add a new property to Then the This enables other scenarios as well, where you want to associate more custom data with a given workflow and search for workflow instances by a given value. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hi @sfmskywalker
I have a parent workflow that triggers the child workflow.
Is there any mechanism where I can fetch all the child instances of parent workflow?
Beta Was this translation helpful? Give feedback.
All reactions