In Identity Manager 14.x, modifying an Account Template by adding or removing endpoints may result in the updated endpoint information failing to display within the View Submitted Tasks interface or during the Approval Process (Workflow). This visibility issue occurs when the EndpointRelationship tab definition is missing from the specific Admin Task configuration within the environment's Role Definitions.
Identity Manager 14.x, 15.x
The "Approve" Admin Task associated with the workflow does not contain the necessary XML tag to render the Endpoint Relationship tab. Even if the primary task (e.g., "Modify Account Template") includes the tab, the corresponding approval task must also explicitly include the EndpointRelationship tab definition to display changes to approvers.
To resolve this issue, you must manually add the missing EndpointRelationship tag to your Role Definitions XML file.
Note: To avoid importing the whole "<YourEnvName>-RoleDefinitions.xml" file you can copy the Approve task from step 5 into a new file
You must copy the first lines of your RoleDefinitions at the beginning of the file and add the "</ims:ImsTemplate>" to the end of the file
Attached are the XML files from the "Approve SDK DYN Compound Account Template" tasks before and after the changes.