-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Why? Why does transformUcm for BindParameter depend on the FeatureConfiguration? See module HplAssets.UseCases. Not so clear. By comparison, transformBpm does not depend on the FC for BindParameterBpm. Generally, how does it make sense that an asset-level transformation depends on the feature configuration. I don't mind much, but I just would like to know. Because this single dependency implies that the variable-managed transformation function now has this extra parameter for the feature configuration. Previously (before yesterday), this dependency was hidden in the fact that the transformation function of an asset module would operate at the level of the complete InstanceModel, whereby it could look up the feature configuration when necessary. However, as I said above, the dependency on SPLModel and InstanceModul had to be removed for the good.