Skip to content
Advertisement

Tag: mongodb-update

MongoDB – Update parts of object

I have the collection that stores documents per some execution Flow. Every Process includes “processes” and each process includes steps. So I end up with a ‘flows’ collection that has documents that look like this: A couple of notes here: Each flow contains many processes Each process contains at least one step, it is possible that in different processes the

Advertisement