Complete Task Email Setup

I have followed some of the other threads in the forum to setup the Complete Task email endpoint. This endpoint will handle the incoming offline PDF submissions.
However, I'm not sure what to put as the variable/literal values when I select 'invoke' within the email endpoint. The two values are: attachmentMap and mailFrom
Any ideas?
Bill

attachmentMap -> *.*
mailFrom -> %SENDER%
Jasmin

Similar Messages

  • Customizing Complete Task email notification

    Hello all
    I have an orchestration that makes use of Complete Task email endpoint, so an actor is able to continue the process by submitting
    data from a PDF form he got via email.
    Everything works fine, save for the fact that the end-user wants to receive the notification ("Task successfully completed") in another
    format, maybe even translated.
    Is there a way to customize this email template?
    I'm using LC ES update 1 (8.2)
    Thank you

    Hi,
    Here is just a though:  Place the "EmailService" component from "Foundation" category in your process where you want to send the notification email, then go to its "Properties > Contents" to customize the email message.
    Jasmin, can you confirm if it work this way.
    Thanks,
    Han Dao

  • 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

  • Task completion through email

    I am trying to complete the task within Task Notification email itself.
    I configured the custom email template to have all the actions of the assigned task (displays as expected).
    When the user clicks on any action link, it open email client with approriate action name and a digest code.
    But after sending the email, the task still running (not completed after sending email).
    PS: I unchecked the option 'user must open the form to complete the task'
    Whats it default behaviour?
    Nith

    Hey Nith,
          I think the Completion task can be used to send across the notification for completion of task. The Action flag needs to be updated once the service action has reached to the final task. Although, this should have been updated once the Service orchestration is completed.
    But, please check the Task Notification -> Completion Task. If you can add this task in the orchestration workflow, I think it should send across the completion flag update to the Service.
    You need to capture the Task ID dynamically, probably if you can do that using XPath, UserID (who completes the task), mail from - from email address of the message, user - action - action being taken, Output - Outputstring to capture the String result returning from the service.
    Let me know if it helps,
    Cheers!!
    Pushkar

  • Email Setup Application Does Not Work After Update

    I seem to be having the same problem as others with the email setup application.
    When I updated my Blackberry to the new OS6, I went to my email setup and it said "looking for updates"
    It finds a new update from my already installed email setup app 6.0.0 to the new 6.11.0419.0755.
    When I click "download" it says replace existing version? I click "yes"
    The it says: "com.rim.bis.client" contains a different version of module "net_rim_bis_client" which is also used by email setup application. If you proceed, "email setup application" may cease to function properly. proceed?
    If I click "yes proceed" it crashes my blackberry and it will not reboot and I have to do a complete hard reboot, wipe the device and reload everything from my backup on blackberry desktop.
    If I click "no" not to proceed, I cannot open the email setup application.
    I have tried downgrading to version 5 of the OS, I have rebooted with a battery pull, crashed my blackberry twice and spent hours reloading all my applications and systems.  I am at the end of my rope, and I don't know what else to do?!  
    If there was a way to turn off the automatic search for updates on my device under the setup and email settings, i think I would be able to set it up in the older version 6.0.0
    HELP.

    yep same problem here
    i had this problem and got a replacement handset.
    i have had to do an update and got the same issue yet again.
    The funny thing is, is when i got my new handset i had to run the email setup application and it worked fine.
    now its failed and i have to boot in safe mode and wipe etc.
    Will someone sort this out???!! O2, Blackberry whoever. Shambles!

  • Complete Task with Payload Problem  -- no Human Task Drop Handler

    I'm reading section 26.4.1 of Developer’s Guide for Oracle SOA Suite 11g Release 1 (11.1.1) E10224-01 where it refers to figure 26-5 Human Task Drop Handler for Creating the Task Display Form of section 26.4 Creating a Task Display Form.
    I've generated taskDetails1.jspx. I highlight Task as in the figure and right click in askDetails1.jspx (design tab) but I don't get a Create JSF page dialog as in the figure.
    I get a dialog with Insert Before Show Detail Spacer ... etc (no Create /Human Task/Complete Task with payload etc)
    Do I need to position within a particular element ? or is this a bug ? wrongly documented?

    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

  • Blackberry Bold 9650 OS 6 update email setup error

    Hi All, I recently updated my Blackberry Bold 9650 to operating system 6. Ever since I can not access the email setup on the phone!  I contacted verizon and they said they have had numerous calls on this. They had no fix except to go online to the VZW/Blackberry site to manage my email accounts. Does anyone have a solution to this error/bug? I used to be able to do this from the phone prior to the update! Thanks!!

    Hi,
    It sounds like you need to reload your device's software.  Before you do anything else, backup your data with Blackberry Desktop Software.  Make sure you have any serial numbers, etc of any 3rd party apps written down.  When you are ready, perform a security wipe of your device.  To perform the security wipe, do the following:
    Go to Options and press the trackpad.
    Go to Security and press the trackpad.
    Go to Security Wipe and press the trackpad.
    Now, select the data you wish to delete.  I recommend placing a check in the boxes beside everything except Media Card.
    Type the word 'blackberry' without quotation marks in the blank space provided.
    Select Wipe Data and press the trackpad.  This will initiate the wipe process. 
    The whole process can take anywhere from 30-45 minutes to 90 minutes, depending on how much data you have and if it is encrypted.  Your device might restart a few times or may appear not to be doing anything, but do not stop the precess.  Once it has completed, you will be alerted.  You can then reload any of your personal data or 3rd party apps.  You may not want to do this unless you have 2 or 3 hours to spend.  Hope this helps.
    Doc

  • Bold 9700 not starting up after email setup update 6.11. Need help with a mac!!!

    I installed the official os 6 on my blackberry released by O2 over a month back. Yesterday, I was not able to configure any emails without downloaed the new version of the email setup 6.11. After the install, I was needed to reboot the phone. However, since then the phone is not switching on. That initial page comes with the Blackberry logo and that status bar (which shows completed) but never leaves that page!!
    Someone please please help!!!!

    I got mine to work by reinstalling OS 6 via the Blackberry Desktop software, but because I restored my backup as well as my old settings for email, my emails are still coming through provided I don't change my passwords as I can't get into settings without being asked to update as well. It means I won't be able to get my exchange emails as we always have to change/verify passwords periodically. The weirdest thing is that I no longer have maps and password keeper....

  • Reloading BlackBerry Email Setup Application

    Hi,
    I accidentally deleted the Blackberry Email Setup application in my BB Torch 9800. Accordingly, I cannot  setup any email accounts on my BB.
    Does anybody know how I can reinstall this application so that I can setup my email accounts on my BB?
    Thank you,
    adji99
    Solved!
    Go to Solution.

    I don't want to step on Boomer56's toes, but you've been without a response for six hours so I'll take a shot at it.
    If you plug your phone into your PC and open Desktop Manager, you can reload your current OS from there.  First, open Desktop Manager and do a data backup of your phone.  Once that's complete, click Device at the top of DM and Update from the drop-down menu.  You might be told that your phone is up to date.  At the bottom of that box, it'll show Show Other Versions.  Click that and make sure your current version is the one that's checked.  Keep it checked and click Update.  This will re-install your current OS, along with all the bells and whistles it came with. 
    - If my response has helped you, please click "Options" beside my post and mark it as solved. Clicking the "thumbs up" icon near the bottom of my response would also be appreciated.

  • Problems with email setup - Can't access security check

    Hi all, i've recently aquired a BB Curve 9300 and managed to setup everything but I still have an unsolved problem:
    i set up a gmail email account from my provider mobile email setup page (http://mobileemail.vodafone.it) and asked to sync both contacts and calendars.
    The email was correctly set up as i can read and send emails but syncronization doesn't work.
    My provider's site says:
    If you have not already done so, to start calendar and contact synchronization, complete the security activation on your BlackBerry® device:
    1. On the Home screen, click the Setup icon and click Email Accounts or Email Settings.
    2. After you open the application, the security activation starts. When security activation is complete, calendar and contact synchronization automatically begins.
    If i try to do just that (open the menu, click on the set-up icon and then choose the "Email Accounts" icon) the device quickly shows a hourclass icon, hide it and then does nothing.
    If i try to access "Email Account Management" from inside the mailbox options i get the following error message:
    "unable to open email set-up application. contact your wireless service provider"
    I tried contacting my wireless service provider both in-shop and on the phone and their theory is that the email setup application is too new and is not compatible with my version of the blackberry OS (which is 6.0 bundle 2949, the device says it's up to date).
    I tried a battery pull but didn't help.
    Any suggestion would be really appreciated.
    Thanks,
    Marcello

    Gotcha.
    Are you able to access the email account from https://bis.eu.blackberry.com/html?brand=vodauk
    If so, delete the email account from there then try adding it using the integrate link on the phone.
    Please click the Thumbs Up icon if this comment has helped you!
    If your issue is resolved, please click the solution button on the resolution!
    Every BlackBerry should have BlackBerry Protect, get it now! | Follow me on Twitter | Bring Back BBM Music!

  • Pearl 8120 - email setup problem-pls advise

    Hi everybody,
    I bought my bb via ebay - unlocked,new. I cant setup my email, as it only has 2 options:
    1/ setup using bb enterprise server
    2/ skip email setup
    missing the option setup /add new email address for bb internet email
    i am a private person with no enterprise password, is there something i can do to make this work?
    my seller has no clue what i´m talking about, replaced the phone and it has the same problem
    thanks a lot
    Erika

    Maryteetee wrote:
    Pls,I just bought a new BB,I want to set up email but it is not co-operating. What can I do?
    Hello,
    Please add some details..."not co-operating" is inadequate to even make any guesses. What exactly do you try? What exactly happens with what you try? Are there error messages? If so, what are they (exact, complete, including punctuation please)?
    Details always help us to help you better.
    Thanks and let us know!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Complete tasks using the outlook integration

    I left a "send email" pending created directly on the CRM, then a user sends an email using the outlook plugin and creates a new completed task with the same subject.
    Is possible to link both task?
    thanks

    Hayden,
    I don't think there are any documentation available for this task. So the answer would probably be no.
    Thanks,
    Gordon

  • Email Setup Application Update

    Having serious issues trying to get email to work. Email shows up in the end, but I can't compose.
    When I try to open Messages icon and update the Email Setup Application the below happens
    When I try to set up my email account, it prompts me to do an update (Email Setup Application Version 6.11.0419.0755).
    I click ‘Yes’ and begin download.
    It then asks me ‘Application “Email Setup Application” already exists. Replace version 6.0.0 with version 6.11.0419.0755?” - so I click ‘ Replace’.
    It then begins the download.
    However it stops, and then an error comes up reading ‘ “com.rim.bis.client” contains a different version of module “net_rim_bis_client,” which is also used by “Email Setup Application.” If you proceed, “Email Setup Application” may cease to function properly. Proceed?” - so I click Yes
    It continues to download, and then prompts me with the above error “com.rim.bis.client” contains a different version...” again 3 times.
    It then prompts be me reboot. So I do.
    It then reboots, but takes about 7-10 mintues to do so (it sits on the startup screen with the progress bar sitting at ‘complete’).
    When it finally reboots an error comes up that reads ‘Uncaught exception: java.lang.NullPointerException’ - so I click OK
    Then another error comes up reading ‘Uncaught exception: ApplicationRegistry.waitFor(Oxbfca09409ffe99e5) timeout. So I click OK.
    Then the first error ‘Uncaught exception: java.lang.NullPointerException’ comes up 2 times - click ok both times.
    Then error reading ‘Uncaught exception: java.lang.Error comes up. Click OK.
    Then the first error ‘Uncaught exception: java.lang.NullPointerException’ comes up 2 times - click ok both times.
    Then error reading ‘Uncaught exception: java.lang.Error comes up again. Click OK.
    Then the first error ‘Uncaught exception: java.lang.NullPointerException’ comes up 8 times - click ok 8 times.
    THen I get a white screen with all my applications and programs in a list, and a black bar at the top that says ‘BlackBerry Platform 6.6.0.200. If I click on them it just brings up an error. Example: If I click on Address Book the error reads “Error starting net_rim_bb_addressbook_app: Module ‘net_rim_bis_lib’ not found. Hit OK and it goes back to white screen.
    The only way to get phone working again is to reinstall operating system.
    When I do so and phone is rebooting, grey screen comes up with small message ‘error 507 reload software’
    Hope someone can help.
    PS Why is BlackBerry so crappy with it's support? Is there anyway I can contact BlackBerry to get help with this issue??? Like talk to a PERSON? Please help.

    Have you found a solution yet?

  • Email Setup - Please Help!

    I'm trying to complete the setup wizard on my Curve 8520 but when I go to Email Setup there doesn't seem to be an option for personal email addresses, only for work email accounts. Can anyone tell me how to find the non-work option? Thanks x

    Do you have a BlackBerry Data Plan enabled on your account with your carrier or mobile provider?
    You must, in order to get the RIM push email functions you are looking for, as well as addtional BlackBerry data services such as the internet browser, Facebook for BlackBerry, BlackBerry Messenger, and much more.
    So, call your carrier and inquire about having the BlackBerry Data Plan added to your account.
    Good luck.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • BPEL Soa Actionable email setup

    Hi ,
    I have installed Oracle Soa 10.1.3.1.0 and then patched it with 10.1.3.4.0
    Now I am trying to configure actionable email setup.
    Its failing when I configure it using stbeehive mail server as incoming mail serevr and ssl enabled, but its working when I use any other server as incoming mail server and ssl disabled.
    Not working:-_
    <EmailAccounts xmlns="http://xmlns.oracle.com/ias/pcbpel/NotificationService"
    EmailMimeCharset=""
    NotificationMode="EMAIL">
    <EmailAccount>
    <Name>Default</Name>
    <GeneralSettings>
    <FromName>******************</FromName>
    <FromAddress>*************</FromAddress>
    </GeneralSettings>
    <OutgoingServerSettings>
    <SMTPHost>**********************</SMTPHost>
    <SMTPPort>25</SMTPPort>
    </OutgoingServerSettings>
    <IncomingServerSettings>
    <Server>stbeehive*****</Server>
    <Port>993</Port>
    <Protocol>IMAP</Protocol>
    <UserName>**********@********.com</UserName>
    <Password ns0:encrypted="false" xmlns:ns0="http://xmlns.oracle.com/ias/pcbpel/NotificationService">?????????</Password>
    <UseSSL>true</UseSSL>
    <Folder>Inbox</Folder>
    <PollingFrequency>5</PollingFrequency>
    <PostReadOperation>
    <MarkAsRead/>
    </PostReadOperation>
    </IncomingServerSettings>
    </EmailAccount>
    </EmailAccounts>
    Appreciate any quick help.
    Thanks,
    Raj

    Hi Guru's,
    Any help on this please. Its urgent setup we need to complete.
    Thanks
    Raj

Maybe you are looking for

  • OSX 10.7.4 iMac Start Up Issues

    After starting up my imac OSX 10.7.4 the magic ball appears to be spinning a while while i access my system preference and other menu items. why is that happening?

  • Using WAD 3.x

    Hello, I want to use at a current BW 3.X system the WAD for creating web templates. Now I have the following problem that if I want execute the web template only a site with chineese signs is showing on the screen. If I use fro creating the wizard I

  • ClassCastException when creating a queue subscriber

    Hi all, I wrote a simple example class to create a queue consumer but I'm getting a CCE when subscribing. The code is below. Is there some additional setup I'm missing? MessagingSession ms = DefaultMessagingSession.getInstance(); Identifier queue = m

  • Converting from single episodes to seasons

    What happened to episodes already purchased when you convert from single downloads to buy a whole season? Dop you get credits for the episodes you purchased before iTunes offeres up the series as a single purchase?

  • Is it sufficient to just backup the users directory?

    I am backing up my macbook to my Buffalo Linkstation Live. Is it ok if I just backup the users directory to save all the images,movies,files etc? It is a bout 40 gig. I use garageband, iweb and all the ilife programs and assume all these items includ