Which IIQ version are you inquiring about?
8.4P2
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).
Attached
Share all details about your problem, including any error messages you may have received.
Team,
We have a below requirement to send a reminder notifications to the end-users on pending workitems.
First Reminder after 72hrs (After 3 days)
Second Reminder after 144hrs (After 6 days)
Workitem should get expire on - 10th day (216 hours).
I’ve configured below things to achieve the use-case but initialReminderMillisAfterStart showing as 216 which is incorrevt it suppose to be 72hrs.
Do I need to make any changes?
<Variable initializer="72" input="true" name="workItemHoursBetweenReminders">
<Description>The number of hours to wait between sending reminders to approvers.</Description>
</Variable>
<Variable initializer="216" input="true" name="workItemHoursTillEscalation">
<Description>The number of hourse to wait until an approval should be escalated.</Description>
</Variable>
<Variable initializer="216" input="true" name="workItemHoursTillExpiration"/>
<Variable initializer="Work Item Reminder" input="true" name="workItemReminderTemplate">
<Description>The email template that should be used when sending out reminders.</Description>
</Variable>
<Variable initializer="WorkItem Escalation Rule" input="true" name="workItemEscalationRule">
<Description>The rule used to assign a new owner during escalation.</Description>
</Variable>
<Variable initializer="2" input="true" name="workItemMaxReminders">
<Description>The maximum number of reminder emails that will be sent before we begin the escalation process.</Description>
</Variable>
Workitem:
=======
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE WorkItem PUBLIC "sailpoint.dtd" "sailpoint.dtd">
<WorkItem handler="sailpoint.api.Workflower" id="0af8a8a6972f1ba881972fe2f2e10263" identityRequestId="0000045678" level="Normal" name="0000099999" renderer="lcmWorkItemRenderer.xhtml" significantModified="1748855091984" targetClass="sailpoint.object.Identity" targetId="8a78ac5e5ba44a94015ba4f08da504738" targetName="123456" type="Approval" wakeUpDate="1749632691974">
<Attributes>
<Map>
<entry key="approvalMode" value="serial"/>
<entry key="approvalScheme" value="manager, owner"/>
<entry key="approvalSet">
<value>
<ApprovalSet>
<ApprovalItem application="IIQ" assignmentId="6de10e164d6f4388a5579dd9f83c08f9" displayName="Role" displayValue="MBA Compliance WM&CB - Compliance Officer" id="100d483fca0b4006be4da5u48953487" name="assignedRoles" operation="Add" value="BRF|RM&S-CC-5046|Compliance_Officer">
<Attributes>
<Map>
<entry key="attachmentConfigList"/>
<entry key="attachments"/>
<entry key="flow" value="AccessRequest"/>
<entry key="id" value="0af8a8a7893f1c0181896435098765"/>
<entry key="interface" value="LCM"/>
<entry key="operation" value="RoleAdd"/>
</Map>
</Attributes>
</ApprovalItem>
</ApprovalSet>
</value>
</entry>
<entry key="approvalSplitPoint"/>
<entry key="clearApprovalDecisions">
<value>
<Boolean></Boolean>
</value>
</entry>
<entry key="flow" value="AccessRequest"/>
<entry key="identityDisplayName" value="Test,User"/>
<entry key="identityName" value="123456"/>
<entry key="identityRequestId" value="0000045678"/>
<entry key="launcher" value="spadmin"/>
<entry key="policyViolations"/>
<entry key="workItemDescription"/>
<entry key="workItemEscalationFrequency"/>
<entry key="workItemEscalationRule" value="WorkItem Escalation Rule"/>
<entry key="workItemEscalationTemplate"/>
<entry key="workItemHoursTillExpiration" value="216"/>
<entry key="workItemPriority">
<value>
<WorkItemLevel>Normal</WorkItemLevel>
</value>
</entry>
</Map>
</Attributes>
<Description>Manager Approval - Account Changes for User: Test,User</Description>
<NotifConfig>
<NotificationConfig escalationEnabled="true" escalationMaxReminders="2" initialReminderMillisAfterStart="777600000" reminderFrequency="259200000" remindersEnabled="true" startDate="1748855091974">
<EscalationRule>
<Reference class="sailpoint.object.Rule" name="WorkItem Escalation Rule"/>
</EscalationRule>
<ReminderEmailTemplate>
<Reference class="sailpoint.object.EmailTemplate" name="Work Item Reminder"/>
</ReminderEmailTemplate>
</NotificationConfig>
</NotifConfig>
<Owner>
<Reference class="sailpoint.object.Identity" name="386349"/>
</Owner>
<Requester>
<Reference class="sailpoint.object.Identity" name="spadmin"/>
</Requester>
<WorkflowCaseRef>
<Reference class="sailpoint.object.WorkflowCase" name="Update Identity 123456 AccessRequest"/>
</WorkflowCaseRef>
</WorkItem>