handlers.capability_maturity_handler
Whenever a Capability is updated, we calculate its maturities based on 3 different individual maturity attributes.
current_maturity = min(current_maturity_people, current_maturity_process, current_maturity_technology)
target_maturity = min(target_maturity_people, target_maturity_process, target_maturity_technology)
Customer-specific automation, requires a special data model. Should not be used for testing.
description =
'Whenever a BusinessCapability is updated, calculate maturities based on individual maturities.'