I guess the risk is in reducing its value for privacy. You could do something similar to what Satoshi originally proposed for "BitDNS" and embed the salt into e.g. a command which you then grind, allowing you to present the PoW independently of the data using a Merkle branch (FilteredTransaction). That would allow the privacy salt to remain fully random.
However, note that grinding the tx hash like that would require you to sign the tx after the PoW is found.
Roger did a talk at CordaCon on "CordaCoin", a project of his that explores the integration of PoW into Corda. But it doesn't really fit much with the rest of the platform's design, which assumes finality. Re-org handling is extremely painful from both a programming and business perspective.
thanks,
-mike