<div dir="ltr">Hi<br><br>I’m working on email notifications that will inform approvers that there is a new work item.<br>I have set up a SimpleWorkflowNotifier:<br><br><handler><br>            <name>WorkItem</name><br>            <simpleWorkflowNotifier"><br>                <category>workItemEvent</category><br>                <recipientExpression><br>                    <script><br>                        <code>assignee.getEmailAddress()</code><br>                    </script><br>                </recipientExpression><br>                <transport>mail</transport><br>            </simpleWorkflowNotifier><br></handler><br><br>This works fine for approvers directly assigned to the role that is being requested. But I also have a role assigned as an approver.<br>The members of that role have to open "Work items claimable by me” and claim the request.<br><br>I can’t seem to find in the documentation how to generate a notification for New Claimable Workitems.<br><br>Hopefully, someone can help me with this issue.<br><div><br></div><div><br></div><div>Kind regards,</div><div>Raymond<br></div></div>