providers.mongodb.migrations.helpers.convert_outbox_correlation_id_v6()

Convert an outbox document’s correlation ID to the format expected by hexkit v6.

Usage

Source

providers.mongodb.migrations.helpers.convert_outbox_correlation_id_v6(doc)

This will only convert the metadata.correlation_id to a UUID.

If you need to modify other fields, you must define that logic separately.