Replies: 1 comment 3 replies
-
when you are deduplicating by jobId you will get only one job record, if you need data generated on those duplicated children you should not deduplicate them, but use different jobIds |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i've a flow with a parent that depends on X children that will be duplicated so i've decided to use the jobId to prevent a lot of duplicated children but then the parent depends on data generated on those duplicated children, is there anyway to get those duplicate childrens' data?
and also, does it make sense to add a feature to
getChildrenValues
where it returns those duplicated children data? enabling it either by a parameter or the default way.btw, im using nestjs
Beta Was this translation helpful? Give feedback.
All reactions