Direct Link to Next Task via Email

I would like to send a direct link to the next process task via e-mail.  In this scenario a user would receive notification to complete a task assigned to them and be able to access that task directly from a link in the mail.
I am currently able to send out notifications and provide test links in that notification.  What I do not yet know is how to link directly to the next task.
Is there a WebDynpro app provided by GP where you can pass a process task id as a parameter and link directly to that task in runtime?  If so how do I retrieve the task id of the next task from the process?
Best Regards

Hi,
Before the process step for which you want to send the notification to the user add another process step using the pre-defined callable object Send Notification. You need to assign a mail template to that CO. So create a mail template with a standard message body and include the following as a replacement for the next task URL :
`
writeln(sy.workitemurl);
`
Assign the send mail to the same processor of the next action and when the user gets the mail the URL of the next task will be present in the mail message. Clicking that he/she can directly open the next task in portal.
Thanks,
Dipankar

Similar Messages

  • OIM 11g: send direct link to provisioning tasks in email notification

    Hi everyone!
    What do I want to achieve: I want to send email notification to admins in case if some task in OIM has finished with errors and this notification must have direct link to this task.
    To find direct link to task detail page I used document ID 748447.1. I found that this link must be formed in next way:
    http://ip.address:port/xlWebApp/OpenTasks.do?method=loadTaskDetails&entityKey=<TaskID>
    To create this link I must insert ID of the task to the end of the string.
    Next I created email template via design console and attached it in notification tab of the task to status ‘R’.
    The problem is next: during creation email template there are any variables that holds task ID.
    How can I obtain ID of task in an email template?

    Thanks for the quick response!
    I use a standard mechanism for sending notifications - via email template. This is a standard mechanism has a number of variables that are dynamically calculated at the time of posting. Among these available variables do not have the required me taskid.
    Is there any mechanism which would give an opportunity to expand the list of dynamically calculated variables in a way that I figured taskid?
    Or what do you mean by the phrase "+have to fetch it from the database+"?
    I do not know how to connect the logic of its own calculation of the required variables in the template notifications.

  • OIM 11g: send direct link to approval tasks in email notification

    Hi all!
    What do I want to achieve: I want to send email notification to assignee in case if some approval task in OIM has assigned to them and this notification must have a direct link to the page of approval task details from which assignee can approve or reject an approval task.
    The default email notification that exists in approval task “DefaultRoleApproval” has a direct link to a request details page:
    <a href="<%substring-before(/task:task/task:payload/task:url , "/workflowservice/CallbackService")%">/oim/faces/pages/Self.jspx?OP_TYPE=LOOKUP&E_TYPE=MY_REQUEST&T_ID=<%/task:task/task:payload/task:RequestID%>>
    But unfortunately from this page we can’t do any action such as reject or approve.
    To find a direct link to an approval task details page (Self Service -> Tasks -> Task Details: Approval) from which I can perform needed operation I used document ID 748447.1. But I haven’t found a direct link.
    What is the direct link to task details page for approval with exact ID which I can include in an email to satisfy my requirement?
    Thanks in advance!</a>

    If at all you cannot get the direct link for approve/reject then try the actionable email from SOA. Once you have that configured the emails gets approver/reject links so that approvers can directly approve/reject the task from email. If that works for you then you can look at the format of those links in the email and deduce what you need the url as.
    HTH,
    BB

  • OIM 11g - Email Notification with direct link to Approval Task Details

    Hi,
    We wanted to send email notifications to approver with direct link to the approval task details screen from which the user can either approve or reject the request. In OIM 11g OOTB Notification templates such as Request Creation contains the direct link to Request Detail screen which is something like
    http://localhost:14000/oim/faces/pages/Self.jspx?OP_TYPE=LOOKUP;E_TYPE=MY_REQUEST&T_ID=65
    Wondering if there is something similar for Approval Task Details screen as well.
    Any kind of help or suggestion is greatly appreciated.
    Thanks,
    Deepa

    If at all you cannot get the direct link for approve/reject then try the actionable email from SOA. Once you have that configured the emails gets approver/reject links so that approvers can directly approve/reject the task from email. If that works for you then you can look at the format of those links in the email and deduce what you need the url as.
    HTH,
    BB

  • Problem with complete task via email

    Hello,
    I have problem with complete task via email. I found this blog very useful (http://blogs.adobe.com/ADEP/2010/11/how-to-complete-a-task-via-email-using-reply-to-comple te.html), but...
    I set up everything as it’s written in blog mentioned above. When a task is assigned to me, I received an email notification with actions (accept, deny). After that I replied with action “accept”. Then I received email with subject “Errors from LiveCycle ES”:
    LiveCycle ES has tried to process your request and encountered the following error:
    com.adobe.pof.POFRuntimeException: Transaction is not active: tx=TransactionImple ; – nested throwable: (javax.resource.ResourceException: Transaction is not active: tx=TransactionImple )
    This response to your original email
    Subject:RE:Task Assignment – Process: Test/Email_Test. Task 76 has been assigned to you.
    Date Sent:Thursday, October 24, 2011 1:17 PM
    Body:accept
    DO-NOT-DELETE: MTMhMzE0ITMyOA==!
    Attachments:
    In log appeared this following error:
    Caused by: ALC-DSC-215-000: com.adobe.idp.dsc.DSCRuntimeException: None of the Auth Provider could authenticate the user. Authentication Failed
    at com.adobe.livecycle.notification.TaskNotificationServiceImpl.processEmailComplete(TaskNot ificationServiceImpl.java:1157)
    Can you me please? I have no idea what to do to succesfully complete task via email endpoint. Thanks
    Jan Petrla

    Hi Diana, thanks for your reply.
    You're probably right about 2 different error messages.
    To the 1st one: I'm sure that status task is Assigned (to me). I received an email and I also reply on that email.
    To error log: I found out that error log appears when I enable email endpoint on Complete Task service. But I managed to solve this problem. I set wrong user. Now I have here the same user as is written in login-config.xml so log seems to be ok.
    So I created new task and tried to complete it via email. Now I receive email with another error:
    LiveCycle ES has tried to process your request and encountered the following error:
    com.adobe.idp.dsc.provider.service.email.impl.EmailProviderException: Error getting user context
    This response to your original email
    Subject:RE:Task Assignment - Process: WorkFlowClient/Test. Task 92 has been assigned to you.
    Date Sent:Thursday, October 27, 2011 3:05 PM
    Body:Complete
    DO-NOT-DELETE: MTIxMSExNjAzITIwMTE=!
    Attachments:
    And to the last point: email endpoint is set up with TestPOP3@mydomain and user receiving email has jpetrla@mydomain. I use Lotus Notes as email client, I tried another account with gmail, but the result was same.
    Now I really don't know to do...
    Jan

  • BPM Notification error - no direct link to the task in the message

    Hello, why the notification message has no direct link to the task? Instead of the link there is a message "Link could not be evaluated, navigate to your inbox manually".
    NWCE7.2SP6

    did you set the base url when configure the BPM?

  • Respond to Human Task via email.

    Hi,
    I'm trying to setup Human Workflow notification service, so I can get the user to action (reject, approve, etc) on the task without login in to Worklist Application.
    I successfully managed to get the email sent to the users email through the notification service. Then for example once the user clicks on the 'Approve' link on the email, a new window with approval data appears and can be replied back.
    However I keep getting an email reply with the below text, and the Human Task never get actioned. Could someone please help? Thanks a lot.
    Oracle Human Workflow Service*
    The message you sent appeared to be a reply to a notification. To respond to a notification, please use the response link that was included with your notification.
    This message was automatically generated by Human Workflow Mailer. Please do not reply to this mail
    Below is the email I send back to notification service, (in plain text format)
    Add comments by editing the text between the brackets below.
    Comments: [your comments]
    You can also add attachments to the task by attaching them to this email.
    -----Do not edit below this line-----
    Approve : [[NID]] : mBYHCwiV8k10ihnhz+4/Zx6TUNh8QchT2RKdxN+zKE8YqsiEbfey0YoalUp+icoiuUeGEwzGTMjKjaVH7lQPRZAf9GFCJHKCJXWUXyuA1lcpdjG71AL/V5WgS5Wbxa8S : [[NID]]
    Thanks again,
    Sam

    I can add the attachment via the worklist app itself using the same user.
    I got this code directly from the source for the worklist app. Reference their file WorklistServlets.TaskAttachment.java
    I had reverted to using the classes in oracle.tip.pc.api.worklist as the newer ones in oracle.bpel.services.workflow all say they do not support file attachments.

  • Is Firefox directly linked to IE Explorer via the LAN settings in IE Explorer? I set up a 0.0.0.0 proxy to neuter IE Explorer and it also neutered Firefox.

    I heard I could kill IE Explorer with a simple Tools > Internet Options > Connection > LAN Settings > Proxy Server setup to the address 0.0.0.0.. And, it killed the IE Explorer. From the "question" above, you know I was needing it dead because even though I NEVER run IE Explorer, every time I run CCleaner, it shows it cleans some,IE Explorer cache. I don't know if it's got to run somewhere in the background for some unauthorized reason (?) or if I have some strange virus / trojan / backdoor something that's somehow using IE Explorer to call a server and my AV (Avast) can't detect any of it. Thing is, I got IE Explorer to begone, but I could no longer access internet through Firefox either. I reset my router, cleaned like an OCD maid, and restarted. Nada. Just wouldn't connect. Another system connected to the router worked just fine. I went back into IE Explorer and tried un-checking the proxy server and quit. Sure enough, Firefox was again sucking in and spitting out packets. Question is: Are IE Explorer and Firefox connected via IE Explorer LAN settings? Or is there some malware that uses IE Explorer to communicate? And, if the latter, any ideas WTF? This is a new problem, Has anyone else seen phantom IE Explorer cache being cleaned up without ever being run?
    Thanks, and sorry this is so long!

    hello magnanadanna, you can set up different proxy settings for firefox. go to ''firefox/tools > options > advanced > network > connection - settings...'' and select '''no proxy'''.
    [https://support.mozilla.org/kb/advanced-settings-browsing-network-updates-encryption#w_network-tab]

  • How do I received the filled out form via email? After the user hits SUBMIT, I'd like to receive the filled out form via email.

    How do I received the filled out form via email? After the user hits SUBMIT, I'd like to receive the filled out form via email.

    Formscentral doesn't support direct delivery of filled forms via email at this time. You can however use Acrobat to add an email link to a form instead of a submit button. In this way the PDF will be returned to the email of your choice.
    Andrew

  • Direct linking to Blog

    So, I've been wondering how to do something for awhile....
    So, I want to be able to directly link to a BLOG via the Navigation bar at the top of a page.
    I want to be able to do this without having to go through a module that THEN links to the OVERALL.html
    So in short, I want the NAV bar link to connect directly to Overall.html. (I've tried linking directly, no go.)
    ANy thoughts?
    Thanks!
    Ps- sorry if this is an easy answer, I just can't seem to find.
    Thanks again!

    Are you using the BC Dynamic Menus? If so it is quite simple, just go to where you normally set the link to any page and select blogs. See attached:

  • How can I add a direct refrence to a task from an email

    Hi, I use a work flow to notify a user when a task is opened, how can I send with this task email notification a direct link to task itself? (same goes with opp/SR)
    Thanks, David

    This is a link to an Opty record on the DSA pod:
    https://secure-ausomxdsa.crmondemand.com/OnDemand/user/OpportunityDetail?OpptyDetailForm.Id=ABJA-XXXXXX
    To reuse this for any other record type or another system do the following:
    Open a record that you want to link to i.e. SR for DSA Demo and you get this URL at the top
    https://secure-ausomxdsa.crmondemand.com/OnDemand/user/ServiceRequestDetail?ServiceRequestDetailForm.Id=HU15-XXXXX&OMTGT=ServiceRequestDetailForm&OMTHD=ServiceRequestDetailNav&OMRET0=ServiceRequestHomepage&OCTYPE=Other&ocTitleField=Abstract&ocTitle=Send+copy+of+Annual+Report&ocEdit=Y
    As you can see the URL starts the same except it references ServiceRequestDetail instead of Opty detail.
    From the OnDemand screen copy everything from http:// to ServiceRequestDetail? ServiceRequestDetailFormID= and paste it into your workflow email.
    Click the Fx button and add the Row ID.
    Voila you now have a link in an email that will open the record that triggered the workflow.

  • I am developing a book via email with a collaborator. iBooks Files are sent to me via a link to preview on iPad. This worked fine for a while but now getting download errors and the unhappy mac face saying download failed. Any ideas?

    I am developing a book via email with a collaborator. iBooks Files are sent to me via a link to preview on iPad. This worked fine for a while but now getting download errors and the unhappy mac face saying download failed. Any help appreciated. Very frustrating!

        I can see that this issue has been quite extensive, and frustrating, and I am so sorry for all that has happened societygirl! I would like to help you work this issue out. Please follow & send me a Direct Message, so I can get your account specifics and help finally bring this to a resolution.
    Thank you,
    MichelleH_VZW
    Follow us on Twitter @VZWSupport

  • When trying to send a link via email, can not do so without closing outlook which is my default

    I am operating on Windows 7. If I want to send a link of the web site I am viewing via email, I cannot do so unless I first close Outlook. Outlook is my default and Tools-Options-Applications confirms that. How do I Fix

    http://support.mozilla.com/en-US/kb/Changing+the+e-mail+program+used+by+Firefox

  • When trying to send a link off firefox via email the system looks for a g mail account that I do not have nor want to have. I've told the settings to use my outlook account but it keeps looking for g mail. how do i correct?

    when trying to send a link off firefox via email the system looks for a g mail account that I do not have nor want to have. I've told the settings to use my outlook account but it keeps looking for g mail. how do i correct?

    http://support.mozilla.com/en-US/kb/Changing+the+e-mail+program+used+by+Firefox

  • How to send a link via email

    how do I send a link via email with my ipa

    LIke this:
    http://i1224.photobucket.com/albums/ee374/Diavonex/1906911d.jpg

Maybe you are looking for

  • Use of custom structure defined in the program in Function Module

    Hi, We have defined a structure in a program. We want to define a Tables parameter in a Function module having the same structure as in the program. Is there a way to do this without defining a standard structure? Thanks, Arun

  • Is there any way to remotely control iPhone and iPad?

    Hi All, I'am investigating a way to remotely control and solve basic problems of iPhone and iPad's. As an enterprise company we have over 2000 iPhones and iPads in our corporate and we want our help desk professionals be able to connect these type of

  • On startup PS CC 2014 message: "Cannot initialise PS due to a programm error". Anybody solved this?

    hi, I had calls with Adobe all afternoon but the problem is passed to the senior team now. Maybe someone on this forum has had the same problem. I tried all suggested re-install, cleaner, check video card but no succes. Hope you can help! thanks, Rob

  • Mail OS X Security breach...

    FYI. Apparently my Mail program was hacked. I'm no expert on security breaches but the story goes like this... Our ISP was acting up. I've verified w/4 others in the neighborhood (both Windows and Mac) using the same ISP who were experiencing the sam

  • My icloud mail just stopped working - northern california

    All of a sudden, all of my devices are asking me for my icloud password.  None of them accept it when I put the corrent one in. This is for my iPad, iPhone5, and PC.  Haven't bothered looking at my iMac yet.  Also, suddenly my Wifi isn't working on m