Workflow start from Program

Hi to All,
One time Initiator will take action that to first time starts workflow after that Approvers will come into the picture for all time, all approval actions will complete in subflow that means all APPROVED actions will take in seperate Subflow & if any one REJECTs called in another subflow.
My question is how we can send mail to Initiator from subflow.
Regards,
Soni

Hi,
But here these 2 Subflows are not in Main Workflow they are seperate workflows. I called three workflows in my report seperately.
1. Main Workflow (Initiator Apply Request)
2. Fist Subflow (When Approved)
3. Second Subflow( When Rejected)
I did not combain 2 subwfs in one workflow. Is it necessary?
If possible How to do this? with what condition we can do this.
But i need to send mail to Initiator from 1 & 2 Subflows.
Regards,
Soni

Similar Messages

  • OMBplus not starting from Programs

    Dear All,
    I have Installed Oracle Database 11g R1 which has Oracle Warehouse Builder 11g R1 installed. When I try to run
    the OMB Plus from Start Programs--> Oracle DB 11g Home1--> Warehouse Builder-->OMB Plus (OMBPlus.bat).
    A command prompt like screen appears for a fraction of seconds and disappears (closes quickly).
    Alternative for OMBplus I am using the design center from Windows file menu to start OMB Plus.
    After running the script of create users for (XSALES user) I set the environment variables or owbdemoinit.tcl
    to create the workspace (my_workspace) it worked successfully and workspace was created.
    when I run the following TCL Scripts
    1) source loadall.tcl - successfully created OWB_DEMO Project.
    createprj.tcl script also run successfully creating OWB_DEMO Project.
    when running the source createlocs.tcl seperately the following error is displayed
    OMB00001: Encountered OMBINSTALL OWB_TARGET_USER at line: 1, column: 1. Was expecting one of: "OMBDISCONNECT" ...
    "OMBCOMMIT" ...
    loadall.tcl script should have continued with createlocs.tcl but stops after project created.
    So i had to run this script seperately.
    Please provide the solution for
    1) OMB Plus to be invoked from file program files
    2) source createlocs.tcl error solution.
    Hearing from all of you for the earliest solution.
    Any reply can be received at [email protected]
    Thanks
    Ajaz Ahmed

    Hi,
    A command prompt like screen appears for a fraction of seconds and disappears (closes quickly).check [OWB_HOME]\owb\bin\win32\OMBPlus.bat, [OWB_HOME]\owb\bin\win32\setowbenv.bat
    Best regards,
    IM

  • Procedure to Call Workflow Object from ABAP program in Se38

    Hi All,
    I have one scenario like i have to call one Workflow object from ABAP program in SE38.The scenario is like below.....
    I have to select some records from database table.For example there are 100 records in the internal table.
    For all that records i have to invoke Workflow for getting approval from the authorized persons. Once Approval has come to program, It will post one document in SAP and process ends.
    Please suggest me how to move forward with this scenario.
    Regards
    Manas Ranjan Panda

    Hi,
    So you want to start a workflow from an ABAP, if an event exists for that particular workflow then the best way is to use fm SAP_WAPI_CREATE_EVENT,
    to start a workflow from an ABAP you can use fm SAP_WAPI_START_WORKFLOW.
    Kind regards, Rob Dielemans

  • Can't Remove Workflow Manager 1.0 from "Programs and Features"

    I'm trying to Uninstall Workflow Manager 1.0 from "Programs and Features" in the Control Panel. It was part of a failed installation on a SharePoint Server. The Service Bus, Workflow Client, and Windows Fabric all installed fine but when I try
    to uninstall "Workflow Manager 1.0" Windows Server responds with "The computer is part of a farm. To uninstall, first leave the farm either using "Leave from Farm" option in Configuration Wizard or "Remove-WFHost" cmd-let
    in PowerShell."
    The Deployment Wizard "Leave the Farm" option is not working and I subsequently deleted it. And when I try to run "Remove-WFHost" PowerShell says "The term Remove-WFHost is not recognized. . ."
    The Workflow proxy in the Service Applications of the SharePoint installation has been deleted.
    Any idea how I can remove Workflow Manager 1.0?
    I need to get rid of Workflow Manager 1.0 so that I can start the installation again and hopefully get it installed correctly. . .
    Thanks,
    Kathryn
    Kathryn Birstein, Senior SharePoint Architect

    Hi Kathryn, 
    I had that issue some time ago and the the only way I found to get rid of it was: 
    Delete the Windows Registry entry KEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Workflow Manager
    Try uninstalling it again.
    I hope it helps.
    Alex Rivera
    www.linkedin.com/in/alexmcts/en

  • Need to start a program in Oracle System (External) from sap program

    Hi guys,
         I need to start a program in another oracle based system from sap program by writing native sql statements.
    Does anyone have idea how to do this.
    Rgds,
    Ram

    Hi,
    Here is another sample for procedures.Kindly reward points by clicking the star on the left of reply,if it is useful.
    Code Sample for writing a procedure with input and output parameters
    REPORT zzz_jaytest.
    * Getting the regno and total as input parameters
    PARAMETERS : p_regno(10) TYPE c DEFAULT 'R1000',
                               p_total     TYPE i.
    data : v_total type i.
    * In this procedure, we are updating the total of a regno given as input.
    * Here two parameters used in the procedure are input parameters.
    * We are updating the record of regno entered in selection screen and
    * adding the total entered to the already existing total. We have to give semicolon
    * for the statement inside procedure.
    exec sql.
    CREATE or replace PROCEDURE PROC1 ( p_regno in char, p_total in number )
    IS
        BEGIN
          UPDATE stu_det SET total = total + p_total where regno = p_regno;
        END;
    endexec.
    * This is the code to execute the procedure for update.
    * While executing the procedure, the parameter variable should be
    * preceded with colon  :
    EXEC SQL.
      EXECUTE PROCEDURE PROC1 ( in :p_regno, in :p_total )
    ENDEXEC.
    * In this procedure, we are selecting the details for the regno entered
    * as input. Here p_regno is input parameter and v_total is used as output
    * parameter. So that we can use the retrieved value of v_total in our
    * ABAP program
    exec sql.
    CREATE or replace PROCEDURE PROC2 (p_regno in char, v_total out char)
    IS
        BEGIN
          select total into v_total from stu_det
                             where regno = p_regno;
        END;
    endexec.
    * This is the code to execute second procedure.
    EXEC SQL.
      EXECUTE PROCEDURE PROC2 ( in :p_regno, out :v_total )
    ENDEXEC.
    write : / 'Total of ', p_regno, ' is ', v_total.

  • Had to restore my iMac from Time Machine. After the restoration all programs are functioning except my Adobe Creative Suite 4 Design Premium. When I start any program in the suite the error message, "Licensing for this product has stopped working." I rest

    I had to restore my iMac from Time Machine. After the restoration all programs are functioning except my Adobe Creative Suite 4 Design Premium. When I start any program in the suite the error message, "Licensing for this product has stopped working." I restarted the computer and tried again to run Photoshop and the same error message appeared. The message was followed by a message that stated that I needed to contact Adobe technical support and mention Error: 150.30. I need Adobe technical support to provide me a solution for my problem so I can continue using my Adobe products installed on my computer.

    Unfortunately when Adobe products are restored from backup, especial CS4 and especially Mac, it breaks licensing.
    There is a python script included in the license recovery kit that should work if you are familiar with Terminal.
    If not, you must reinstall your CS4 suite.  You don't need to delete your preferences, so it should be the same as before.
    Error "Licensing has stopped working" | Mac OS
    Gene

  • I have the new version of iMovie, and when i try to start the program, i can't because it says that it is looking for some movie files from the Iphoto, so all the program is locked up... how can i do to restart the program??

    i have the new version of iMovie, and when i try to start the program, i can't because it says that it is looking for some movie files from the Iphoto, so all the program is locked up... how can i do to restart the program??

    Hi
    Did You ever use - iPhoto ?
    Did You may be direct iPhoto to a different Photo Library
    As iMovie tries to find the appropriate photo library - it can get lost if iPhoto direct it into a Library on a not connected external hard disk or to a strange location - And iMovie HANGS.
    Do - When no other program is running that might interfere
    • Start iPhoto - BUT NOW KEEP alt-key (option key) DOWN during the full Start-Up process
    • Now iPhoto let's You select Photo Library
    • Select the one in Your Account / Home folder / Pictures ! !
    • Then iPhoto should start up OK
    • Now Quit iPhoto
    • START iMovie
    Does it still hangs - then I would suspect - iMovie Pref. file
    If it Run's OK - Then HURRAY !
    Yours Bengt W

  • Why does a new run once start up program run every time I start my computer? The start up program is coming from Reader XI. The only name on it is a number starting with 141_______.

    Why does a new run once start up program run every time I start my computer? The start up program is coming from Reader XI. The only name on it is a number starting with 141_______.

    See also https://forums.adobe.com/thread/1654402

  • From where to start android programming ?

    the question pretty much explains it. i have almost completed java programming. i have completed half of java essential classes from oracle java tutorials but what i mean is which ide should i download and from where should i learn it. for java programming i have been using netbeans and i think it also supports android programming. any suggestions would be appreciated.

    I would start from here: https://developer.android.com/training/index.html
    This is where I started 2-3 years ago, when Eclipse was the preferred (only?) IDE.
    I have no idea if they still base the tutorials on Eclipse only, but if it is so, I would not mind learning another IDE for the sake of learning Android programming.
    Advice: do not get too deep into Java GUI programming, because Android does not use AWT/Swing. Most of the rest of your Java background will be very useful.

  • Starting a program from the shell into a vncserver running on 5901

    I started a vncserver via `vncserver -geometry 1792x1008 -alwaysshared :1` and within it, I am running xfce4 just fine.  I would like to start a program from a shell outside of the vncserver.  I tried the following but got errors.  What am I missing?
    % DISPLAY=1.0 lxterminal
    (lxterminal:17489): Gtk-WARNING **: cannot open display: 1.0

    Try
    $ export DISPLAY=:1
    $ lxterminal
    That works over here.
    Last edited by mwillems (2015-04-21 00:03:43)

  • Remove open workitem from user inbox after the workflow starts again.

    I have heard that there is a possibility to remove a open workitem from the user inbox, after the workflow starts again for the same object (data update), via a termiantion event. I have searched in the sap workflow dokumentation but i could not find out how to use this. Could somebody provide me some detailed documentation or examples how to use this for my problem?
    Thanks,
    Steve

    Hi Sudhir,
    the workitem which should terminate is a decision task with two results. The wolkflow looks as follows:
    Activity: Read Data
    Decision: Approval Check Decision
    Activities: Approve or Reject
    How should it look like in your opinion with the termination? How looks this option to terminate this workitem? The workitem should terminate automatically from the userinbox if the workflow starts again for the same object (with updated data).
    Thanks,
    Steve
    Edited by: Steve Malack  on Mar 13, 2008 10:20 AM

  • HT2474 I have MS Office 2011 opens everytime I start my computer, how do I prevent this from happening? (P.S. Office is not even on the start-up program list)

    I have MS Office 2011 opens everytime I start my computer, how do I prevent this from happening? (P.S. Office is not even on the start-up program list)

    Welcome to Apple Support Communities
    First, make sure that Office applications are closed when you turn off the computer. Then, when you are going to turn off the computer in  > Shut Down, unmark "Reopen windows when logging back in"

  • Unable to start workflow manually from Internet Explorer

    I am not able to start a workflow manually from Internet Explorer 9.
    I created a workflow that can be started manually, but when i try to launch it from the following button :
    A blank page appears and nothing happens.
    I tried from Firefox and it works perfectly. When I click on that button the following page appears :
    When I open the same page in IE 9, the console shows the following errors :
    SEC7113: CSS was ignored due to mime type mismatch
    FormResource.aspx?solutionId=AE2MT6ZDYU6VIS4DCBEFY3XETVC6KAJPMZZC6Y3PNVWXK3TJMNQXI2LPNYXVO33SNNTGY33XOMXUG33NNV2W42LROXB2SIDEMUQHA4TFONZWKIDQMFZCA3LBNFWCAKCBIVLSARLVOJXXAZJAKBQXE2LTFQQE4QKNJEQOFAETEBAUKVZAIV2XE33QMUWCAQKFK4QEK5LSN5YGKICTI5ICYICMOV4GK3LCN52XEZZJF5BW63LNOVXGS4LVYOUSAZDFEBYHEZLTONSSA4DBOIQG2YLJNQQCQQKFK4QEK5LSN5YGKICQMFZGS4ZMEBHECTKJEDRIBEZAIFCVOICFOVZG64DFFQQECRKXEBCXK4TPOBSSAU2HKAWCATDVPBSW2YTPOVZGOKJOPBZW4KSYMRIG43DPPBAVU6RRGU2GY4TDMZRHMWDTG5JHEVDQKRHXO6TZJBKU6MCRKRHWESDXHA&view=0&browser=IE&viewFile=View%2Ecss&version=1
    SCRIPT5009: « _spBodyOnLoadFunctionNames » is undifined
    IniWrkflIP.aspx?List={f686e80a-33a8-4ef4-b380-ce94c4a5e926}&ID=1&ItemGuid={00E74AE8-E50C-4762-8820-4E67560195A7}&TemplateID={bc10a7d7-03f3-4f7c-bc84-4665a1f99a68}&Source=*****************.aspx,
    Ligne 187 Caractère 1
    SCRIPT5009: « Sys » is undifined
    IniWrkflIP.aspx?List={f686e80a-33a8-4ef4-b380-ce94c4a5e926}&ID=1&ItemGuid={00E74AE8-E50C-4762-8820-4E67560195A7}&TemplateID={bc10a7d7-03f3-4f7c-bc84-4665a1f99a68}&Source=***********.aspx,
    Ligne 323 Caractère 1
    SCRIPT5009: « _spBodyOnLoadFunctionNames » is undifined
    IniWrkflIP.aspx?List={f686e80a-33a8-4ef4-b380-ce94c4a5e926}&ID=1&ItemGuid={00E74AE8-E50C-4762-8820-4E67560195A7}&TemplateID={bc10a7d7-03f3-4f7c-bc84-4665a1f99a68}&Source=http******%2FForms%2FAllItems%2Easpx,
    Ligne 641 Caractère 12
    SCRIPT5009: « ExecuteOrDelayUntilScriptLoaded » is undifined
    IniWrkflIP.aspx?List={f686e80a-33a8-4ef4-b380-ce94c4a5e926}&ID=1&ItemGuid={00E74AE8-E50C-4762-8820-4E67560195A7}&TemplateID={bc10a7d7-03f3-4f7c-bc84-4665a1f99a68}&Source=http************%2FForms%2FAllItems%2Easpx,
    Ligne 868 Caractère 4163
    SEC7115: ":visited and :link styles can only differ by color. Some styles were not applied to :visited."
    IniWrkflIP.aspx?List={f686e80a-33a8-4ef4-b380-ce94c4a5e926}&ID=1&ItemGuid={00E74AE8-E50C-4762-8820-4E67560195A7}&TemplateID={bc10a7d7-03f3-4f7c-bc84-4665a1f99a68}&Source=http***************.aspx
    SCRIPT5009: « ProcessImn » is undifined
    script block (1), Ligne 3 Caractère 1
    SCRIPT5009: « getTmp » is undifined
    script block (2), Ligne 3 Caractère 1
    How can I fix that ?

    Hi Mehdi,
    It seems that the JavaScript is blocked in IE.
    I recommend to enable Scripting in IE to see if the issue still occurs.
    http://www.enable-javascript.com/
    And please also add the .css to the mime types in Internet Information Services (IIS).
    http://forums.asp.net/t/1982300.aspx?CSS+was+ignored+due+to+mime+type+mismatch+How+to+configure+IIS6+
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Can't start any program after upgrading to Mavericks from Mountain Lion.

    After upgrading my Macbook Pro from Mountain Lion to Mavericks, I can't start any program from the dock or finder.  The screen flashes briefly gray, then returns to the desktop.  I repairded permissions from the recovery partition.

    No need to repair permissions from the recovery partition. You can do that using the Disk Utility app located in HD > Applications > Utilities.
    As for the issues with your Mac. Check to see if the startup disk needs reparing. (not the same as permissions)
    The startup disk may need repairing ...
    Launch Disk Utility located in HD > Applications > Utillities
    Select the startup disk on the left then select the First Aid tab.
    Click:  Verify Disk  (not Verify Disk Permissions)
    If DU reports errors, restart your Mac while holding down the Command + R keys. From there you should be able to acces the built in utilities in  OS X Recovery
    Make sure to back up all important files first before using OS X Recovery.

  • Itunes won't load CDs automatically and I have to restart it everytime to load 1 CD. I have ensured I have latest Itunes, latest DVD driver, start itunes from program library in safe mode but nothing works. Any ideas ?

    Itunes won't load CDs automatically and I have to restart it everytime to load 1 CD. I have ensured I have latest Itunes, latest DVD driver, start itunes from program library in safe mode but nothing works. Any ideas ?

    I have had a similar problem with my system. I just recently (within a week of this post) built a brand new desktop. I installed Windows 7 64-bit Home and had a clean install, no problems. Using IE downloaded an anti-virus program, and then, because it was the latest version, downloaded and installed Firefox 4.0. As I began to search the internet for other programs to install after about maybe 10-15 minutes my computer crashes. Blank screen (yet monitor was still receiving a signal from computer) and completely frozen (couldn't even change the caps and num lock on keyboard). I thought I perhaps forgot to reboot after an update so I did a manual reboot and it started up fine.
    When ever I got on the internet (still using firefox) it would crash after anywhere between 5-15 minutes. Since I've had good experience with FF in the past I thought it must be either the drivers or a hardware problem. So in-between crashes I updated all the drivers. Still had the same problem. Took the computer to a friend who knows more about computers than I do, made sure all the drivers were updated, same problem. We thought that it might be a hardware problem (bad video card, chipset, overheating issues, etc.), but after my friend played around with my computer for a day he found that when he didn't start FF at all it worked fine, even after watching a movie, or going through a playlist on Youtube.
    At the time of this posting I'm going to try to uninstall FF 4.0 and download and install FF 3.6.16 which is currently on my laptop and works like a dream. Hopefully that will do the trick, because I love using FF and would hate to have to switch to another browser. Hopefully Mozilla will work out the kinks with FF 4 so I can continue to use it.
    I apologize for the lengthy post. Any feedback would be appreciated, but is not necessary. I will try and post back after I try FF 3.16.6.

Maybe you are looking for

  • Issue with Supplier site descriptive flex field upgrade from 11i to R12

    We ran into some issue when upgrade Supplier site descriptive flex field from 11i to R12. In 11i. we defined descriptive field on JG_PO_VENDOR_SITES. in the segment definition, we defined one of the attributes default value based on Form Field Value,

  • Working with libraries and setting up on two computers

    I have been trying Lightroom on my PC and just now took the plunge and bought it (for home use: family and amateur photography). I have installed it on both the PC and laptop (Mac). Sadly the first time I tried using 1.2 having been using 1.0 and 1.1

  • How do I get my IPad to sync with my Verizon Android Phone

    How do I get my Apple iPad 2 to sync with my Verizon Android Droid Xa Phone?

  • Save viewCriteria with mds

    Hello! I´ve just implemented user mds, for our application. And everithing works ok. Just have a little problem with saving query criterias accross sesion. When the query panel is based on a simple view object, I mean "select blabla from table" the q

  • Set up end user notification for updates/comments

    Hi, SCSM 2012 R2 I've set up a workflow to notify end users when an incident has been created. Users can submit cases by mail, get a receipt, and can reply to the incident. Now, i'd like to set up a workflow to notify end users when a comment has bee