I opened Issue #132, “conversion.notifications is superfluous”, label = Bug, CSD.1, to track this.
Larry
From: Larry Golding (Comcast) <>
Sent: Thursday, March 22, 2018 6:35 PM
To: '' <>
Subject: Too many notifications!
Importance: High
In Issue #15, we added a notifications property to the conversion object. But more recently, we decided that the toolNotifications and configurationNotifications properties, formerly on the run object, really belong on the invocation object. And the conversion object has an invocation property (describing the invocation of the converter).
So now we have:
conversion
invocation
toolNotifications
configurationNotifications
notifications
… and conversion.notifications is superfluous. I’m going to remove it.
Larry