VSCode Extension Export - LCS Consolidation

I have multiple identity profiles, each with their own respective lifecycle states. Some of them have the same LCS technicalName values like active, inactive, etc.

When I perform an “Export Configuration” from VSCode, I noticed that it does not save an individual LCS file for each individual LCS.

Let’s say I have 3 Identity Profiles and a total of 10 lifecycle states. All 3 share active, inactive, and archived. One has an additional LCS called prehire.

When I perform the export, there are only 4 files written to the LIFECYCLE_STATE folder -

active.json
inactive.json
archived.json
prehire.json 

I would expect there to be 10 since each LCS has its own distinct configuration like so

profile1_active.json
profile1_inactive.json
profile1_archived.json
profile1_prehire.json 
profile2_active.json
profile2_inactive.json
profile2_archived.json
profile3_active.json
profile3_inactive.json
profile3_archived.json

Anyone else notice this?

@yannick_beot

1 Like

That makes sense. There is a identityProfileRef that allows this. Not sure it was present before.
I’ve made an adjustement in VSCode extension for the next version.

2 Likes

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.