UCM11g: Workflow notification sends email TWICE

Hi guys,
I have a problem with the sending notification email from UCM11g workflow. One step of my workflow sends notification email TWICE. I don't know why. I checked the workflow settings, the UCM settings and i cannot find where is the problem.
I have second environment with THE SAME workflow. This environment sends email correcty. What is different? First environment is connected to Active Directory. Nothing else.
Do you have Ideas?
Thank you
Martin

Hi,
The step is very easy. What is interesting, that on Testing environment is the sending emails correct.
Audit Log:
Start of sending
mail/6     02.16 13:59:53.995     send email queue     background mail thread starting
mail/6     02.16 13:59:53.996     send email queue     Background mail thread active -- 1 packages remain
First email
resourceloader/7     02.16 13:59:54.006     send email queue     not loading page REVIEWER_MAIL because it is up to date with timestamp 1302721902000
resourceloader/7     02.16 13:59:54.007     send email queue     Checked resources files and 0 out of 98 have changed and it required 0 milliseconds to do the check
mail/6     02.16 13:59:54.008     send email queue     to: [[email protected]] subject: Content item 'ININV000299BE2011' is ready for workflow step 'BE_ATP_User_stp'. from: dDocName: ININV000299BE2011 dID: 2661 encoding=utf-8 javaEncoding=UTF8
Second email
resourceloader/7     02.16 13:59:55.391     send email queue     page REVIEWER_MAIL is already loaded by this ExecutionContext.
mail/6     02.16 13:59:55.391     send email queue     to: [[email protected]] subject: Content item 'ININV000299BE2011' is ready for workflow step 'BE_ATP_User_stp'. from: dDocName: ININV000299BE2011 dID: 2661 encoding=utf-8 javaEncoding=UTF8
Definition is:
- users can review and edit(replace) the current revision
Exit condition:
- At least this many reviewers: 1
Events:
- Entry
<$wfUpdateMetaData("xInv_Current_Step", "User")$>
<$wfUpdateMetaData("xInv_Cancel", "False")$>
<$wfReleaseDocument()$>
-Exit
<$if xInv_Cancel like "True"$>
<$wfSet("wfJumpName", "Cancel")$>
<$wfSet("wfJumpTargetStep", "BE_ATP_Cancel_stp\@BE_ATP_FLOW")$>
<$wfSet("wfJumpEntryNotifyOff", "0")$>
<$elseif xInv_Back_to_eRegistry like "1"$>
<$wfSet("wfJumpName", "Back_to_eRegistry")$>
<$wfSet("wfJumpTargetStep", "BE_ATP_eRegistry_stp\@BE_ATP_FLOW")$>
<$wfSet("wfJumpEntryNotifyOff", "0")$>
<$elseif xInv_Next_step like "Section manager"$>
<$wfSet("wfJumpName", "Jump_man_stp")$>
<$wfSet("wfJumpTargetStep", "BE_ATP_Manager_stp\@BE_ATP_FLOW")$>
<$wfSet("wfJumpEntryNotifyOff", "0")$>
<$endif$>
Thanks
Martin
Edited by: Martin Bikl on 16.2.2012 14:12

Similar Messages

  • Workflow to send email notification to the assigned person using Sharepoint Designer 2013

    Hi,
    The requirement is whenever the assigned to Field is changed to someone, the assigned to person should get an email notification saying that the item has been assigned to you.
    I created a sharepoint designer List Workflow to send an email notification, below are the steps,
    1. Log workflow to the workflow history
    2. then Wait for Assigned to be not empty
    3. then Email currentItem:AssignedTo
    4.then stop the workflow
    But the thing is whenever any field is changed in the particular item this email triggers, I want to send email only when Assigned to Field is changed and not any other field. how do i write the condition to check only if the assigned to field is changed
    or not and and how i trigger the email.
    Any help is much appreciated.
    Thank you
    Smile Always

    Hi,
    According to your post, my understanding is that you want to send email via workflow while the assigned to field value changed.
    We can create a helper field
    which will store the previous value of the Assigned To, then you can compare the current value with previous value of assigned to and send an email accordingly.
    I have made a simple workflow demo below, you can refer to it.
    I have created a new single line of text type field AssignedPerson in the list, then use the workflow below to achieve your scenario.
    More reference:
    http://officepowerups.com/2013/07/09/send-email-when-specific-field-changes-in-sharepoint/
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • SharePoint 2013 document library workflow to send emails when document changes

    Hi All,
    Need a email alerts to setup when documents get change in a SharePoint 2013 document library.  Mail should go to all the members in a SharePoint Security group.
    Many Thanks 
    sudesh withanage

    Out of the box , You cannot set alerts for SharePoint group. You may try -
    1- Create a group in active directory, add users to the ADgroup. Add that ADgroup in Sharepoint and configure alert.
    2- You can set up a new user and change their email to that of a distribution list, and then assign the alerts to this user.
    3- You can create a custom workflow/action or event receiver that will send an email to a distibution list or programmatically traverse the SPGroup's members and send them the notification email, whenever an item is added or changed.
    4- You can try this , this was for WSS3 -
    http://advancedalert.codeplex.com/
    5- you can to use SharePoint Designer and create a workflow that send an email to SharePoint group.
    Thanks
    Ganesh Jat [My Blog |
    LinkedIn | Twitter ]
    Please click 'Mark As Answer' if a post solves your problem or 'Vote As Helpful' if it was useful.

  • Workflow step - send email - address of sender

    Hi,
    We are using workflow to register travels and leave requests and we are sending emails to the employees about eg. that their document has been rejected/approved. Emails are sent by user WFBATCH. Is it possible to change this user to some other one so that we could change the sender email address?
    Thank you!

    Hello,
    If you're usng a SendMail step then (if I remember correctly) it's always run in background and therefore always WF-BATCH.
    Usually, if I want to do anything unusual with mails from workflow then I create a step which calls a task which calls a new method of my BOR object which calls fm SO_NEW_DOCUMENT_ATT_SEND_API1. See if you can specify the sender there.
    Please let the forum know how you get on.
    regards
    Rick Bakker
    Hanabi Technology

  • Workflow not sending email

    We are in the process of upgrading to ECC 5.0.  I have read that many of the SAP email functions require a new COMMIT_WORK parameter to send email, or a COMMIT WORK in the main program.
    We have some functions in table T779X triggered when various infotypes are created or changed.  A few of these functions do a CALL FUNCTION 'SO_NEW_DOCUMENT_SEND_API1'.  The workflow is triggered, and the email shows up in my Outbox, but it never gets sent even though I have the COMMIT_WORK parameter set to 'X' in the calling function.
    We have other workflows not triggered directly from table T779X and other programs that call this function successfully to send email.  Has anyone encountered this problem?
    Janice Ishee

    Suresh/Karun
    Thank you for your suggestions.  I was aware of SCOT.  I am not sure what values I should be checking for, but our Basis team has used SCOT to set values, and I am receiving emails from other workflows, just not ones triggered directly from table T779X.
    I did not know about SOST.  That is very intersting.  Although I can see my emails in my Outbox, I do not see them in SOST.  I am not sure what that means.
    Other developers have said that I should not be sending email from a workflow triggered directly from T779X, but to use that workflow to raise an event.  Then have a second function waiting for the event, and to send my email from that second function.  I don't like that solution as I don't have the before image and after image like I do in the function triggered directly from T779X.  I'm going to post a message with OSS just to confirm that.
    Thanks
    Janice

  • How to set SPD workflow to send email one day before the Due Date? ?

    I need to add a step in workflow for a item tracking list: send reminder email one day before the due date.
    I thought there is an Action in SPD: wait for [Due Date] to equal [Today]minus one day
    But there is no way to do that.
    I figured may be I need to create a calculated field [cal-date] that set to: =[today] plus one day.
    Then in workflow -
    wait till [Due Date] is equal to [cal-date], and send an email
    What is the formula for the above calculated field [Today] plus one day?

    Hi,
    You can add an approval action( such as Start Approval Process) -> click "Approval" -> go to “Change the behavior of a single task” . Then you will
    see the "When Task expires" stage.
    You can have a look at the blog:
    https://www.nothingbutsharepoint.com/sites/eusp/Pages/5-Steps-to-Enhance-SharePoint-2010-Approval-Workflow.aspx 
    Thanks,
    Eric
    Forum Support
    Please remember to mark the replies as answers
    if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]
    Eric Tao
    TechNet Community Support

  • Workflow not sending email to first reviewer but sends to everyone else

    I have a criteria workflow that is working fine except for one small problem. The first person in the workflow does not get notified. If they login and approve, the content continues through the workflow and everyone else is notified. I can even reject it all the way back to the original contributor, and then that contributor sends it on to that first person in the workflow and then they get an email. It's just that initial email when the workflow kicks off doesn't go out.
    Nothing showing up in our ECM error logs or email logs. If you look at the workflow info, it says that first person was notified. I've also tried changing who that first person is and what they can/have to do and it makes no difference.
    Any suggestions?

    Is the first person in the Entry Step or the second step of the workflow?

  • Why I am not able to approve/reject my workflow notification from email?

    For R12 AP Invoice Approval Workflow, I have done Approver group set ups in AME. In HR People form, set my email id for that person. In FND USER from, used that person as the employee to have the email id populated for the user and saved the record.
    When I am creating an invoice and initiating workflow, I am getting a notification in my mailbox but cannot approve or reject from the mailbox. I may hit the Approve link but it is not doing anything. In order to approve/reject the notification, I have to log in as that person in Oracle Apps and do it from there.
    Is there anything I am missing? I have a requirement that the approver only approve / reject from their mailbox and they do not log in to Oracle Apps to see their notifications. What to do to make them enable approving from mailbox only?
    I am having a steep deadline and will very much appreciate your responses.
    Thanks.
    Edited by: 951713 on Aug 8, 2012 3:47 PM

    When you try to approve/reject or do any operation on the workflow using email the issue is the you do not have the responsibility/user values set.
    You need to login to Oracle Apps and select the correct resp in order to take action on workflow.
    Please check if you are table to take action from oracle apps that explains it. there are a couple of metalink notes too.
    You may apply appropriate patch and then this will work.
    If it is an SSHR WF you need to be minimum on ATG ROLLUP 7

  • Preventing SharePoint Workflows from sending emails

    I designed Approval and Reminder Workflows using SharePoint Designer 2010. One of the requirements is that the user can put the workflow on HOLD and can later resume it. Hold is a YES/NO field in SharePoint Document Library. I have that logic built in and
    it is working. This means that no emails should be sent out when the status of HOLD = Yes.
    But I am not sure if I can stop the emails that are being processed in the background when the user puts the workflow on HOLD. Is there any logic that I can put into my workflow to stop all emails being processed when user checks the HOLD.
    Thanks so much!
    Mayank

    Hi Mayank,
    Based on your description, my understanding is that you want to make the approval workflow wait if the Hold is set to Yes and do not send the emails.
    I recommend to edit the Approval process in the workflow and then add Wait for Field Change in Current Item action in the Before a Task is Assigned step to make the workflow to wait and the emails will not be sent as the workflow has not run to the step.
    Please follow the steps below:
    Open the workflow in SharePoint Designer and click Approval in the Start Approval Process step.
    Click Change the behavior of a single task under Customization.
    Add If current field equals value action and Wait for Field Change in Current Item action in the Before a Task is Assigned step.
    After that, the workflow will check if the Hold is set to Yes and wait for the field change to No.
    However, it only works when setting the Hold to Yes before the workflow runs, otherwise the workflow will runs without wait and the email will be sent.
    Thanks,
    Victoria
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Victoria Xia
    TechNet Community Support

  • My macbook pro started sending emails twice yesterday ..not sure why or what has changed? suggestions?

    last night i noticed emails that i were sending were being sent twice...this only happens with my mac book..not my iPhone ..and I'm not sure why it started doing this..lol how do i make it stop ?

    wrong section

  • Workflow : To send email to persons who have released the PO

    Dear All,
    We have configured a Workflow scenario, wherein once a PO is created it goes for approval to a list of employees.
    Now if any of the employee rejects the PO, the email goes to
    the person who created the PO.
    Now the management want that incase a PO is rejected the email should not only go to the person who created the PO but also to all the employees who have previously approved the PO.
    Kindly advice......
    Rewards Points will be given ....
    Regards,
    Fawaz

    Hi!
    For this you will have to create a rule (Transaction PFAC) using the function module approach and decide the agents to which the workitem should be sent. You cab refer to any standard rule and create your own rule accordingly. This rule should be specified in the agen assignment of your task.
    Cheers!

  • Notification - Send email to employee

    Hi;
    We are creating our employees through u201Cportalu201D and every time we create one, the employee receives an email.
    Do you have any idea how can we change the text in the notification?
    Thanks in advance.
    Kind regards,
    GIF +.

    Hello
    check out this one:
    http://help.sap.com/SAPHELP_NW04S/helpdata/EN/33/d494c86203ea40b7b44ddd471baab1/content.htm
    or
    http://help.sap.com/SAPHELP_NW04S/helpdata/EN/44/bf8f2069665991e10000000a422035/content.htm
    Best REgards,
    Daniel

  • Workflow to send email with link to another list

    First it should not matter that I want to link to another list.    In the e-mail, I put the link of the list like this:
    <a href=http://mysite/mylist/EditForm.aspx?ID=[%Current Item:ID%]>Click Here</a>
    Of course, the names have changed to protect me... :-)
    What I am getting is:
    <a href=http://mysite/mylist/EditForm.aspx?ID=<http://mysite/mylist/EditForm.aspx?ID=9>Click Here</a>
    So, instead of just the current ID number, I am getting the complete link.
    How can I fix that?
    Is there any way to get to a list item by the title instead of the ID?
    Thanks!
    David L. Crooks

    Hi David,
    In the email you do not need <a> tags. You can just use the hyperlink action to add the link to the text. See screen shot below.
    Hope this helps.
    Regards, Kapil ***Please mark answer as Helpful or Answered after consideration***

  • Workflow Notification Mail

    Hi All,
    Can anybody tell the steps how to send Oracle Workflow notification Mail to a specified user.
    I was refering [http://apps2fusion.com/apps/13-oracle-workflows/373-workflow-notification-sender-email-address] but using this only notification is going not the mail.
    I need to send mail notification.
    Plz help...!!!

    Hi,
    Plz provide your suggestions.
    Below is the code which I am using to invoke the workflow. Actually I am having Start->Notification->End in my workflow.
    I want to send notification mail to the user.
    DECLARE
    l_itemkey VARCHAR2(100);
    v_role_name VARCHAR2(100) := '[email protected]';
    v_role_email VARCHAR2(100) := '[email protected]';
    n_count_role INTEGER := 0;
    BEGIN
    SELECT COUNT(*)
    INTO n_count_role
    FROM wf_local_roles
    WHERE NAME = v_role_name;
    IF n_count_role = 0
    THEN
    --If the sender does not exist in WF Local Roles, then create one on the fly
    wf_directory.createadhocrole(role_name => v_role_name
    ,role_display_name => v_role_name
    ,role_description => v_role_name
    ,notification_preference => 'MAILHTML'
    ,email_address => v_role_email
    ,status => 'ACTIVE'
    ,expiration_date => NULL);
    dbms_output.put_line('Ad Hoc Role Created');
    ELSE
    dbms_output.put_line('Ad Hoc Role Already Exists');
    END IF;
    SELECT oe_order_headers_s.NEXTVAL
    INTO l_itemkey
    FROM dual;
    wf_engine.createprocess('XXTEST'
    ,l_itemkey
    ,'XXTEST');
    wf_engine.setitemuserkey(itemtype => 'XXTEST'
    ,itemkey => l_itemkey
    ,userkey => l_itemkey);
    wf_engine.setitemowner(itemtype => 'XXTEST'
    ,itemkey => l_itemkey
    ,owner => 'SYSADMIN');
    wf_engine.setitemattrtext(itemtype => 'XXTEST'
    ,itemkey => l_itemkey
    ,aname => '#FROM_ROLE'
    ,avalue => v_role_name);
    wf_engine.setitemattrtext(itemtype => 'XXTEST'
    ,itemkey => l_itemkey
    ,aname => '#WFM_FROM'
    ,avalue => v_role_name);
    wf_engine.setitemattrtext(itemtype => 'XXTEST'
    ,itemkey => l_itemkey
    ,aname => '#WFM_REPLYTO'
    ,avalue => v_role_email);
    wf_engine.startprocess('XXTEST'
    ,l_itemkey);
    COMMIT;
    END;
    /

  • Workflow notification, where I can control which should send by email

    Hi,
    In a old version SRM3.5 (but is a general question for most of versions) customer wants some workflow notifications by email, I have activated SO16 option and is working but now customer wants to deliver only some of the notifications by email and SO16 doesn't allow to discriminate.
    The SPRO notification option must be activated but only some of them should be delivered by email.
    Do you know any BADI or any other form to discriminate that notifications go by email
    thanks

    Hello Jorge,
    Are you talking about recipient notification or approval workflow mail ?
    If it is for approval workflow, see my previous response.
    On the contrary, if it is about recipient notication, Muthuramam gave you the good way: by customizing, you can define for which document type you allow or not recipient notification.
    Regards.
    Laurent.

Maybe you are looking for

  • How do I get a Ringtone back onto my iPhone?

    I have a ringtone in the ringtone section of iTunes. I'm sure I put it there when I changed the .mp3 version of it into an .m4r version prior to putting it onto my iPhone. I have now been told by Apple to restore my iPhone, so of course this ringtone

  • Total novice - canon 450d - elements 6 and raw files.

    Please help a total novice. I bought photoshop elements 6 a few months ago ( I have an oldish laptop and was worried it wouldn't cope with newer software) I then bought a canon 450d and started to take raw photo - elements cant read my raw files. I c

  • Lync 2013 Android will not sign in

    I deployed a test Lync 2013 environment on 3 Windows 2012 R2 boxes. I have one standard server, a reserves proxy and my edge server. I have able to access my Lync environment outside my network so my edge server is working correctly. I have created c

  • Maintaing Tax in FV12

    Hi All, I maintain the Tax in FV12 eg tax in FV12 amount is 12.000 After this if I go to MIRO and putting all necessary input and aftet click on Calculate Tax i get Tax amount as 96.90 for tax which i maintained in FV12. Now I change Condition in FV1

  • JAXB Namespace Requirements

    I was able to solve the unexpected root element error by including the namespace in the xml. Is there a way to configure JAXB to work with or without the namespace?