When receiving a message that was a subdocument by use of the multiple variant of the schema, is there any way when the individual orchestrations receive the subdocument for them to know what order the subdocument was created in?
A messy way I thought of doing it was to write a pipeline that would somehow annotate the subdocument at each boundary, but that feels wrong
I was hoping that there was a property somewhere in the message (or in the message database) that would reveal it.
If it helps, Im doing this with an 837


