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 |
3 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.
Uh oh!
There was an error while loading. Please reload this page.
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
getChildrenValueswhere it returns those duplicated children data? enabling it either by a parameter or the default way.btw, im using nestjs
All reactions