addendum property

Map<String, Object> addendum
getter/setter pair

this is information that a hook or step might wish to add to keep track of in reporting. We expect to be able to encode it in reports.

Implementation

Map<String, Object> addendum = {};