<html>
<head>
<style>
P
{
margin:0px;
padding:0px
}
body
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body>
What is the task the user has to do?<BR>
&nbsp;<BR>
One option is not to use the SELFITEM.DISPLAY and just ask the user to do something. <BR>
&nbsp;<BR>
Instead, you can send the message with the task he has to perform. If this task is asynchronous, you are done. If it is not, <BR>
you can create a loop on your workflow that will check if the task was done&nbsp;and send the message again if it was not.<BR>
&nbsp;<BR>
The option to use the "confirm end of process" is ok to, but the user can always left the message doing nothing.<BR>
&nbsp;<BR>
Regards,<BR>
Flávio.<BR>&gt; Subject: How to make a notification stay in a users inbox until they action it?<BR>&gt; To: SAP-WUG@mit.edu<BR>&gt; From: Paul.Bakker@osr.treasury.qld.gov.au<BR>&gt; Date: Thu, 29 Mar 2007 17:29:28 +1000<BR>&gt; <BR>&gt; Wuggers,<BR>&gt; <BR>&gt; I would like to send a notification workitemto a user (a simple piece of<BR>&gt; text, with an instruction: eg 'Please do X').<BR>&gt; <BR>&gt; That's easy. But I would also like the workitem to _stay_ in their inbox<BR>&gt; until they've done it. How do you achieve that?<BR>&gt; <BR>&gt; I thought I could do it with a terminating event (X_IS_DONE), but the<BR>&gt; notification task is based on SELFITEM.DISPLAY, which is a synchronous<BR>&gt; method.<BR>&gt; As far as I understand it, synchronous methods terminate once executed, and<BR>&gt; do not need to wait for the terminating event.<BR>&gt; <BR>&gt; Is there a better approach? Would I need to build a new, asynchronous<BR>&gt; version of SELFITEM.DISPLAY?<BR>&gt; <BR>&gt; thanks for your thoughts,<BR>&gt; Paul B<BR>&gt; <BR>&gt; <BR>&gt; ******************************************************************************************************************************************************<BR>&gt; <BR>&gt; Only an individual or entity who is intended to be a recipient of this e-mail may access or use the information contained in this e-mail or any of its attachments. Opinions contained in this e-mail or any of its attachments do not necessarily reflect the opinions of Queensland Treasury.<BR>&gt; <BR>&gt; The contents of this e-mail and any attachments are confidential and may be legally privileged and the subject of copyright. If you have received this e-mail in error, please notify Queensland Treasury immediately and erase all copies of the e-mail and the attachments. Queensland Treasury uses virus scanning software. However, it is not liable for viruses present in this e-mail or in any attachment. <BR>&gt; <BR>&gt; ******************************************************************************************************************************************************<BR>&gt; <BR>&gt; _______________________________________________<BR>&gt; SAP-WUG mailing list<BR>&gt; SAP-WUG@mit.edu<BR>&gt; http://mailman.mit.edu/mailman/listinfo/sap-wug<BR><BR><br /><hr />Explore the seven wonders of the world <a href='http://search.msn.com/results.aspx?q=7+wonders+world&mkt=en-US&form=QBRE' target='_new'>Learn more!</a></body>
</html>