Which IIQ version are you inquiring about?
8.4
Please share any images or screenshots, if relevant.
[Please insert images here, otherwise delete this section]
Please share any other relevant files that may be required (for example, logs).
[Please insert files here, otherwise delete this section]
Share all details about your problem, including any error messages you may have received.
Hi All,
I am using LCM workflow to create manual workitem after getting all the necessary approvals. I am seeing a differnece in the approval items which is getting generated for approvals and manual workitems.
For approvals,
<entry key="approvalSet">
<value>
<ApprovalSet>
<ApprovalItem application="XXXXXX" assignmentId="*************" displayValue="Some_Access_1" id="***********" name="ROLES" operation="Add" value="ROLE_Some_Role_1">
<Attributes>
<Map>
<entry key="attachmentConfigList"/>
<entry key="attachments"/>
<entry key="flow" value="AccessRequest"/>
<entry key="id" value="**********"/>
<entry key="interface" value="LCM"/>
<entry key="operation" value="EntitlementAdd"/>
</Map>
</Attributes>
</ApprovalItem>
<ApprovalItem application="XXXXXX" assignmentId="*************" displayValue="Some_Access_2" id="***********" name="ROLES" operation="Add" value="ROLE_Some_Role_2">
<Attributes>
<Map>
<entry key="attachmentConfigList"/>
<entry key="attachments"/>
<entry key="flow" value="AccessRequest"/>
<entry key="id" value="**********"/>
<entry key="interface" value="LCM"/>
<entry key="operation" value="EntitlementAdd"/>
</Map>
</Attributes>
</ApprovalItem>
</ApprovalSet>
</value>
</entry>
Where in, post approval, below is the approvalset for the manual workitem
<entry key="approvalSet">
<value>
<ApprovalSet>
<ApprovalItem application="RMD Snowflake - Data Access Role" id="*********" operation="Create">
<value>
<List>
<String>ROLES = 'ROLE_Some_Role_1'</String>
<String>ROLES = 'ROLE_Some_Role_2'</String>
</List>
</value>
</ApprovalItem>
</ApprovalSet>
</value>
</entry>
This is only happening, if the user doesn’t have an application account (link). For other scenarioes it’s working fine.
Because of this the identityRequest is not moving to provisioning state after adding the details in the csv and running the aggregation.
The PIMT task is chaging the state to “Failed”.
Any lead will be really helpful.
Thanks,
Soumyakant