Current situation:
Poperty wt.maturity.autoPromoteType is set to "INITIALLY_SELECTED_AND_COLLECTED". In certain state changes (e.g. Promote to state invalid) automated promotion is not wanted/expedient for all collected objects. The manual deselection of automatically collected objects by user may lead to errors and may have impact on following processes.
Requirement:
Property should be defined depending on state.
Example:
<Property overridable="true" targetFile="codebase/WEB-INF/conf/wvs.properties" value="INITIALLY_SELECTED_AND_COLLECTED" state="INWORK" name="wt.maturity.autoPromoteType"/>
<Property overridable="true" targetFile="codebase/WEB-INF/conf/wvs.properties" value="INITIALLY_SELECTED" state="RELEASED" name="wt.maturity.autoPromoteType"/>
<Property overridable="true" targetFile="codebase/WEB-INF/conf/wvs.properties" value="NONE" state="INVALID" name="wt.maturity.autoPromoteType"/>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.