Context Object Parameters
Parameter Name | Type | Read/Write | Comments |
---|
MaturityTransitions | List |
Write | Output: Must contain the maturity transitions to go from initial maturity (after cloning for example) to target maturity |
MaturityTargetState | String | Write | Output: Must contain the target maturity state |
Sample
The following sample describes the maturity graph: IN_WORK (Share) WAIT_APP (Share) SHARED.
let transitions (List)
transitions.Append("Share") /* from IN_WORK to WAIT_APP */
transitions.Append("Share") /* from WAIT_APP to SHARED */
Parameters.SetAttributeObject("MaturityTransitions", transitions)
Parameters.SetAttributeString("MaturityTargetState", "SHARED")