Last year we created workflow using trigger as ‘provisioning completed’, after the end of the workflow it sends email to non Sailpoint support team with role name. workflow was working perfectly and still working but now instead of role name (attribute value) it is sending role id to the support team and because of which I need to provide exact name for each id from sailpoint idnow everytime. on further analysis on Json file, I have notice input attribute has changed with attribute value as Role id.
{“input”:{“_meta”:{“invocationId”:“1ba9cdc6-026f-4c0f-b418-98146d89a57e”,“subscriptionId”:“fede2426-ed12-4460-ac4a-d486595b07f8”,“triggerType”:“FIRE_AND_FORGET”},“accountRequests”:[{“accountId”:“534caf78-df21-41db-a6fa-7968ea023938”,“accountOperation”:“Modify”,“attributeRequests":[{“attributeName”:“groups”,“attributeValue”:“d7a8a565-6bb9-4813-a04f-ef44b76ffca7”,“operation”:“Add”}],"provisioningResult":“committed”,“provisioningTarget”:“IAS”,“source”:{“id”:“7316e3cc7be6470896915ec547037f5e”,“name”:“IAS”,“type”:“SOURCE”},“ticketId”:null},{“accountId”:“20586687”,“accountOperation”:“Modify”,“attributeRequests”:[{“attributeName”:“assignedRoles”,“attributeValue”:"BHC_A2R_3001 [cloudRole-1731324071883]”,“operation”:“Add”}],“provisioningResult”:“IdentityNow Task”,“provisioningTarget”:“IdentityNow”,“source”:{“id”:“IdentityNow”,“name”:“IdentityNow”,“type”:“SOURCE”},“ticketId”:null}],“action”:“Identity Refresh”,“errors”:,“recipient”:{“id”:“d0258436aacf4d7085969ccc6534beb8”,“name”:“Heikki”,“type”:“IDENTITY”},“requester”:{“id”:“3ad4b6b935da4229a7ad31a803add554”,“name”:“SYSTEM”,“type”:“IDENTITY”},“sources”:“IAS, IdentityNow”,“trackingNumber”:“2e62b5cc9fef4de4bab6ed7f533530ee”,“warnings”:}}
When I compared same with my non prod sailpoint id now with same workflow, it has role value.
{“input”:{“_meta”:{“invocationId”:“ff51f26d-4126-4a43-8213-b739ccd93e3b”,“subscriptionId”:“6eb41c96-05a4-4979-9ee8-776e8f96e113”,“triggerType”:“FIRE_AND_FORGET”},“accountRequests":[{“accountId”:“EHG”,“accountOperation”:“Modify”,“attributeRequests”:**[{“attributeName”:“assignedRoles”,“attributeValue”:“FSM_Owner_Test [cloudRole-1721986192072]”,“operation”:“Add”}],”**provisioningResult":“IdentityNow Task”,“provisioningTarget”:“IdentityNow”,“source”:{“id”:“IdentityNow”,“name”:“IdentityNow”,“type”:“SOURCE”},“ticketId”:null},{“accountId”:“b24e877c-a9f3-474f-802d-76ffb23b615d”,“accountOperation”:“Modify”,“attributeRequests”:[{“attributeName”:“groups”,“attributeValue”:“532896f3-b009-4a3a-bc6b-d4a75d8f8425”,“operation”:“Add”}],“provisioningResult”:“committed”,“provisioningTarget”:“IAS”,“source”:{“id”:“c4460a47ffc94e8184ac6fad88a778e9”,“name”:“IAS”,“type”:“SOURCE”},“ticketId”:null}],“action”:“Access Request”,“errors”:,“recipient”:{“id”:“2c91808883e87f1b0183fc5ba64b3e07”,“name”:“Shravya”,“type”:"IDENT,
Can you please let me know , how this input attribute generally get changed? and can we allowed to changes it, if yes..How?