Hi Team,
We have facing issue with Lifecyclestate transformation logic.
Example:
{
“attributes”: {
“checkValue”: {
“attributes”: {
“value”: “LifeCycle State”
},
“type”: “static”
},
“value”: “#if( $checkValue.contains("LifeCycle") )active #else inactive #end”
},
“type”: “static”,
“name”: “Test LifecycleState”
}
I can see the cloudLifecycle value is set to active, but on identity it is showing as Lifecycle State Not Valid (active ) (Automatic). Does any changes happened on LifeCyclestate identity attribute? If we directly give static value as active it works fine, when we try with logic we are facing the issue.
Provisioning is enabled for active and inactive as Maintain Status.
We have different criteria to derive the active and inactive logic. We can also write complexrule but we are trying to achieve through transformations.
Any pointers on this will be helpful.
Thank you!
Sailaja Prathi