This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
-
I explored the APIs from Netflix Conductor documentation page, however, I wasn't able to pick it apart and find the solution. Problem Statement : Does anyone have any info on this that can help me? |
Beta Was this translation helpful? Give feedback.
Answered by
v1r3n
May 30, 2022
Replies: 1 comment 1 reply
-
You can fetch the child workflow by id and look at the parentWorkflowId field. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
diti-nz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See this:
https://github.com/Netflix/conductor/blob/main/common/src/main/java/com/netflix/conductor/common/run/Workflow.java#L70
You can fetch the child workflow by id and look at the parentWorkflowId field.