fb21f3ccf5
## Summary - Fixes workflow manual trigger command menu items losing their `availabilityObjectMetadataId` during the 1-20 backfill upgrade command - The migration runner's `transpileUniversalActionToFlatAction` resolves `availabilityObjectMetadataId` **from** `availabilityObjectMetadataUniversalIdentifier`, overwriting the original value. The backfill was hardcoding the universal identifier to `null`, causing all `RECORD_SELECTION` items to end up with `NULL` `availabilityObjectMetadataId` after persistence. - Now properly resolves `availabilityObjectMetadataUniversalIdentifier` from `flatObjectMetadataMaps.universalIdentifierById` so the runner can correctly derive the FK during INSERT.