Triggering the workflow after the Notification is created

Hi Everyone,
If the two workflow templates have the same triggering event BO: BUS7051, Event: CREATED). Both the workflows are triggered after the notification is created.
Scenario:
After terminating an employee notification number is created and triggers the workflow template 99900033 (Event: CREATED)
After Promoting an employee notification number is created and triggers the workflow template 99900035 (Event: CREATED)
My Requirement is: I want to trigger only one workflow template depending on my scenario (Termination or Promotion).
How can I achieve this? Could you please let me know?

please include a simple condition in SWB_COND where employment  EQ Termination for  termination event linkage (SWE2) and similary for promotion also create ne more condition and include in promotion event linkage.
You might be having some doc type, so based on this you can achieve this.

Similar Messages

  • No records for the workflow after Import

    Hello all,
    I created a workflow which is triggered after an import I have no records in the workflow.
    For sure I added the worflow in the configuration of the Import Manager. I also added in the workflow the trigger action "after import". Nevertheless, the records have been imported but they haven`t been added to the workflow.
    The strange thing i sometimes works and sometimes just not.
    Kind regards and thanks for any help,
    Peter

    Hi Peter,
    If you are trying to work with workflow on automatic importing there are a couple of configuration you need to set up before it works fine
    1) As you said you have given the workflow name in the import manager config options that means you are trying  for automatic import in this case check to see that you MDIS is configured properly or not.
    2) In the workflow table you need to set the properties correctly such as, set the trigger action to Record Import this will run your workflow each time a record is imported.
    3)Set the Worflow as Active
    4)Set the launching to immediate this will launch th eworkflow immediately as your rrecord gets into Data manager.
    If all these options are set right then I dont think there is any reason your workflow for Record import should not work
    Hope it helps
    Reward points if found useful
    Thanks & Regards
    Simona Pinto

  • How to use the workflow in the pm notification?

    Hi, guys
    who can tell me how to use the workflow in the PM notification?
    ths!

    hi
    you can refer the following links
    [Preparation and Customizing|http://help.sap.com/saphelp_47x200/helpdata/en/7b/b7410e53b211d38abd0000e8284931/content.htm]
    [Operation and Link to Application Functions|http://help.sap.com/saphelp_47x200/helpdata/en/2e/f1ab4456ca11d38ac30000e8284931/content.htm]
    regards
    thyagarajan

  • How to continue the workflow after a block?

    Hello,
    I'm trying to make continue the workflow after a block. The CompleteActivity procedure doesn't give an error, but the workflow doesn't continue.
    Anybody a good idea?
    Robby

    CompleteActivity is the correct API, see the Workflow Guide for details,
    procedure CompleteActivity
    (itemtype in varchar2,
    itemkey in varchar2,
    activity in varchar2,
    result_code in varchar2);
    where:
    itemtype A valid item type.
    itemkey A string generated from the application object's primary key. The string uniquely identifies the item within an item type. The item type and key together identify the process.
    activity The name of the activity node that is completed. Provide the activity node's label name. If the activity node label name does not uniquely identify the subprocess you can precede the label name with the internal name of its parent process. For example, <parent_process_internal_name>:<label_name>. This activity node must be marked as a 'Start' activity.
    result_code An optional activity completion result. Possible values are determined by the process activity's Result Type, or one of the engine standard results. See: AbortProcess.
    Hello,
    I'm trying to make continue the workflow after a block. The CompleteActivity procedure doesn't give an error, but the workflow doesn't continue.
    Anybody a good idea?
    Robby

  • How to allocate the workflow to the action defnitions in solution manager

    Hi,
    we are having solution manager with the CHARM configured, and currently we are looking for the trigger of mail and workitem for change of action. the work flow is designed for that, but how to assign the workflow to the condition and processing type .
    please suggest, points are definetly awarded.
    Thanks and regards
    keerthi

    Hi,
    Well, why dont you check the event that gets triggered during the Status change of the user?
    This can be done by switching on the EVENT TRACE using SWELS txn and simulate the BUSINESS PROCESS and then check the event trace using SWEL.
    After getting the required Business Object and event, Please attach your WF to that EVENT in the BASIC DATA-START EVENTS.
    Regards,
    <i><b>Raja Sekhar</b></i>

  • Errors were found when compiling the workflow. The workflow files were saved but cannot be run.

    Greetings All,
    I am having issues with a SharePoint Designer workflow.  This is a SharePoint 2013 environment, I'm using SharePoint Designer 2013 and working on a SharePoint 2010 workflow.  I'm developing this as a SharePoint 2010 workflow because I need to do
    impersonation.
    The environment and workflow have been running, in the past week, without issue.  I went to add a couple steps and now I cannot publish the workflow.  While in SharePoint Designer, I receive the error:
    "Errors were found when compiling the workflow.  The workflow files were saved but cannot be run."  When I click the Advanced button on the error dialog, the message is "Unexpected error on server associating the workflow." 
    That is all the error information I have available; nothing is in the log files.
    I have investigated this error and tried the following:
    Cleared the SharePoint Designer cache.
    The WebApp.UserDefinedWorkflowMaximumComplexity was at 7000 so I increased it to 10000.  Restarted the servers (which may not have been necessary) and tried again receiving the same error.  I then increased it to 30000 with the same error result.
    Since this is a large workflow, I tried created a workflow with a single action, write to workflow log, with the same error results.
    I reboot the servers and try again and now I can publish the small test workflow but not the original.  However, neither will run.  When I attempt to manually run the small test workflow on an item, I get an error: "Sorry something went wrong.
    An unexpected error occurs.  I checked the log files for the correlation id and nothing, nothing was logged for the error. ~arg~
    Also, now no workflows can be published in this web app.  Not just the one I was working on but none of them!
    Does anyone have a clue what has happened to the SharePoint 2010 workflow service?  Or some suggestions for me to try?
    Thank you in advance for your help!
    Bob Mixon

    try these links:
    http://sp2013.pro/2013/04/solution-errors-were-found-when-compiling-the-workflow-the-workflow-files-were-saved-but-cannot-be-run-cannot-set-unknown-member/
    http://code2care.org/pages/sharepoint-errors-were-found-when-compiling-the-workflow-the-workflow-files-were-saved-but-cannot-be-run/
    http://sharepoint.stackexchange.com/questions/119909/sharepoint-designer-error-errors-were-found-when-compiling-the-workflow
    http://stackoverflow.com/questions/26413125/errors-were-found-when-compiling-the-workflow-in-sharepoint-2013
    Hi Sagar,
    I appreciate it but if you see my original post, this is a SharePoint 2010 workflow that cannot be published; which has now caused all SharePoint 2010 workflows in the same web app to error.
    Your first link is specific to SharePoint 2013 workflows.
    Your second link refers to the UserDefinedWorkflowMaximumComplexity.  If you read my original post, I've already tried this and I've tried to publish a small (single activity) workflow.
    Your third link also refers to large workflows with many approval activities.  My workflow doesn't contain any approval activities.
    And you fourth link refers to 2013 workflows not 2010.
    My issue is with publishing and running a SharePoint 2010 workflow in SharePoint 2013.
    Thank you...

  • Restrict the creation of documents in the cfolders after the Bid End Date

    Hi All,
    The System allows the bidders to create documents in cfolders even after the Bid Submission deadline has reached, whereas the Quotation would not be submitted as the Bid Submission date is in the past. Is there any way to restrict the creation of documents in the cfolders after the Bid Submission End Date?
    Waiting for your reply,
    Mary

    Hi Mary,
    In the competitive scenario in the first screen itself there are fields for "Due date" and "Due time". Once these entries are maintained, that particular collaboration will get freezed then and no documents or bids can be submitted post that time.
    I hope this will solve your query.
    Regards,
    Nishit Jani
    Award points only if you find the information useful.

  • Using in the workflow process the element of Scenario dimension which conta

    Good day All
    In the Scenario dimension has been created element which include as children the some store elements of the Scenario dimension (Plan, Fact ...).
    This element has been assigned as scenario element for Planning Unit Hierarchy.
    When we start the workflow process the children of its elements (Plan, Fact ...) still available for edit on work form for all users.
    Question. Work form contains several elements of Scenario. As in the workflow process close all of these elements, creating only one Planning Unit Hierarchy and run the process only once (in fact, one Scenario).
    thanks

    The total video bit rate is determined by audio & video. Depending on what rate your video file was encoded at will determine how much room is left for audio. PCM(aiff/wav) audio requires a bigger piece of the pie. Video bit rate too high means your overall(video+audio) rate is going above 9Mbps which the format won't allow. The only way to use aiff would be to lower your video file's data rate. The length of your program is also a factor in all of this.
    I had some problems in the past with using aiff instead ac3. Although there shouldn't be any issue I experienced playback issues on some players that couldn't be explained but were cleared up by ac3.  I have been using the same specs as Dave's suggestion for almost nine years and have not had any issues with mix, quality, or levels.

  • How to cut the zeros after the decimal point ?

    Hello everybody,
    does anyone know a solution how to cut the zeros after the decimal point at at CHAR data field?
    For example the field
    &RM06P-PRMG1&
    This is a char field in the database, so that the command
    &RM06P-PRMG1(.0C)&
    doesn't work.
    At the moment the output on the form is like that
    124,000
    It shoud be like that
    124
    It would be great if anyone could help me!
    TIA!
    Strobbel

    Hi Strobbel,
    If you are working on standard sapscript, first make a zcopy of it, do the modifications in that and assign the new form to the output types in tcode NACE.
    First you need to create a program to write the logic, so go to tcode SE38 , create a new program (say zremove_zero) with Program type Executable.
    Now you will see ABAP Editor with statement;
    Report zremove_zero.
    Add the following lines below the report statement.
    *&      Form  remove_zero
    *       text
    *      <--lv_AMT  text
    FORM remove_zero  CHANGING lv_amt.
      DATA p_amt TYPE p.
      MOVE lv_amt TO p_amt.
      MOVE p_amt TO lv_amt.
    Condense lv_amt.
    ENDFORM.
    Now save and activate the program.
    Now open the zcopy of your script and Just above the statement  &RM06P-PRMG1& write the following lines;
    /: perform remove_zero in program zremove_zero
    /: changing &RM06P-PRMG1&
    /: endperform.
    Now you can see your amount printing without decimals.
    Try and let me know, hope i have guided you clearly.
    Regards
    Karthik D
    P.S.: I advice you to take help from an ABAPER.

  • Cannot see the workflow in the BB simulator sent from the SUP workspace

    Hi All,
    I am now trying to send a workflow to my blackberry simulator from the SUP mobile workspace by clicking "Send a notification" but I do not see thw workflow in the Simulator's Message->Workflow.
    I generated the workflow in the workspace where I selected the right device while generating...
    I am able to see the simulator online in SCC and also I see that the workflow is assigned to the device in SCC.
    But when I try to send the workflow from the Unwired workspace by right clicking on the window of the workflow and clicking "Send a notification" I dont see the workflow in the simulator inside messages->workflow.
    Regards
    Tapas
    Edited by: tapasdixit on Nov 12, 2011 6:35 PM
    Edited by: tapasdixit on Nov 12, 2011 6:37 PM

    Hi Andrew,
    Thanks again a lot for the help. It has really helped. Now I am trying to get a better understanding of how the platform, SCC and the simulator need to be configured.
    Let me write down some of my learnings:
    If one does not see the workflow then the following points should be checked.
    1. Check whether the simulator and the MDS are running properly or not. Like in my case I had installed MDS and 9800 simulator by getting 2 seperate installables. But later I got the BB 6.0 JDE and installed that. Probably this helped me out.
    2. If you dont see one of your already developed workflows not in the Simulator then develop a new workflow and try syncing that to the simulator. As you have shown it to Tapan one can get it from http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/8028374d-6490-2e10-5391-b3cb0310ad1d?QuickLink=index&overridelayout=true and https://cw.sdn.sap.com/cw/groups/sup-apps?view=documents
    For me I was not able to move my already developed workflow to the simulator. Then I tried to get the EmpDir2_0_ESD1 from the above mentioned link and then this worked. Probably some error in my workflow. So try generating a new workflow and move that to the simulator
    3. If MDS does not comeup then it may be because you have installed it in C:Program Files. So better install the BB JDE in some other folder where you have write permission. This information I got from StackFlow.
    Hope this may help some novice like me...
    Thanks again Andrew...
    Best Regards
    Tapas

  • List numbering without the "dot" after the number

    Hi everyone.
    I'm new on Pages. I'm testing it to decide if I change MS word by it (I'm using a trial version of Pages for 30 days, if I like it, I'll buy it).
    However, I tried to do a very simple thing and I simply couldn't.
    I want to create an automatic number list without the dot after the number. Isn't it possible? I simply didn't find where to configure it. The only possibilities are the ones that appear in the list? Can't I configure it the way I want it? Moreover, in the second level, I also want to put it without the dot after the second number.
    This is what I want to do (for example):
    1 Introduction
    1.1 Objectives
    1.2 Structure of the document
    2 Development
    2.1 bla
    2.2 bla
    2.2.1 bla bla
    2.2.2 bla bla bla
    2.3 bla
    3 Conclusions
    This is what I could do:
    1. Introduction
    1.1. Objectives
    1.2. Structure of the document
    2. Development
    2.1. bla
    2.2. bla
    2.2.1. bla bla
    2.2.2. bla bla bla
    2.3. bla
    3. Conclusions
    I don't want these dots after the last number.
    I already saw somebody answering a similar question to the user to not use automatic list. But my document has a lot of sections and subsections (it shall have around 150 pages). If I do the numbers manually and I need to insert a new section between sections 2 and 3 (for example). I'd have to change all the numbers after that with a lot of subsections. It'd be very hard.
    Thanks very much in advance for any help.
    I'm sorry about my bed English.

    With Pages '09, the only soluce is to apply the workaround described by Apple in this Technote (for a different requirement but the problem is in fact of the same nature).
    http://support.apple.com/kb/TS2127
    Don't worry about your English and be happy, the technote is available in your main language
    (* If I understand well, the mods solved your problem *)
    Yvan KOENIG (VALLAURIS, France) vendredi 30 avril 2010 22:41:52

  • Content has not sent any info back to the LMS after the LMSInitialise

    We created a content piece with Cpativate 3 and it looks like
    the content has not sent any info back to the LMS after the
    LMSInitialise. So as per the SCORM standards, the LMS marks it as
    complete when the player window closes.
    The content needs to send back a status of incomplete as soon
    as it has done the LMSInitialise. The lesson_status = incomplete
    was sent by the LMS to the content, not the other way round.
    Is this because the content was delaying sending back a
    lesson_status of incomplete to the LMS, so the LMS was just marking
    it as complete if the content was closed too early.
    If anyone has had a similar issue like this and discovered a
    fix, please let me know.
    Regards,
    Ryan

    Hi Andrew,
    Thanks for the reply. We are using Saba and they have fed
    back to me that they have experienced problems before using
    Captivate. I am currently trying a few different settings to see if
    it is on my end. I will forwqard the piece onto you soon.

  • Can't figure out why colors don't totally change when you select type with curser? It looks like it has by looking at it, but when you highlight the area after the old color is still there. It happens with objects to. Driving me NUTZ. Help!

    Can't figure out why colors don't totally change when you select type with curser? It looks like it has by looking at it, but when you highlight the area after the old color is still there. It happens with objects to. Driving me NUTZ. Help!

    Select the text, and open the Appearance palette (Come on guys, text highlight is irrelevant, it happens to objects too says the OP), and see what's listed there.  For a simple text object, there should only be a line item "Type", followed by "Characters", and when double-clicked the Characters line item expands to tell you the stroke and fill color.  For a basic object, there should be a fill and/or stroke.
    What happens sometimes, is that you end up adding extra strokes/fills to objects or text, and the appearance palette is where that will be noted.  Especially when you are dealing with groups, and/or picking up a color with the eyedropper, you may inadvertently be adding a fill or stroke on top of something.  You can drag those unwanted thingies from the Appearance palette into its own little trash can.

  • I have highlighted words in an .iba file. Now I need to increase the space before (and/or after) the paragraph it's contained in. If I increase the space after, the height of the highlighting increases also. Is there any way around this?

    I have highlighted words in an .iba file. Now I need to increase the space before (and/or after) the paragraph it's contained in. If I increase the space after, the height of the highlighting increases also. Is there any way around this?

    http://www.apple.com/feedback/kaywerty wrote:
    A rather long winded way of asking if anybody knows if it's possible to have multi-windows open
    It's not possible.
    Suggestions here -> Apple Product feedback

  • Is it possible to change the name of the characteristic after the PA is act

    Is it possible to change the name of the characteristic after the PA is activated?
    If yes what should I do?

    Hi,
    yes its possible and it works in the same way as the creation of a new characteristic / assigment to an up- and running operating concern.
    Thats because the "name" of a characteristic is not stored in a text table but it is the field label of the data element.
    Search in the SDN forum if you are unsure how to do that.
    Best regards, Christian

Maybe you are looking for