Re:Inserting Workflows into Existing Workflows(Subworkflows)

Hello,
I think i have been able to create a subworkflow.
The idea is for a supplier to be informed that, as a fall out of the contract evaluation process he participated in, his bid has now been approved as the ´Winner Bid´.
The subworkflow is supposed to send off an email notification to the ´winner supplier´, just to inform him that his bid for the service, has been approved, subsequent to the official contract award to him, by the Purchasing Organization.
But, i keep on getting an error message/signal on the subworkflow step, in my workflow definition, at runtime. Also, that notification does not get to the user that i have assigned it to.
Can anyone help me out with this?
Chukwudozie Chuma P.

Hi,
yes you can check those links
http://blogs.msdn.com/b/bharatgupta/archive/2013/04/27/sharepoint-2013-app-workflow-with-custom-task-outcomes-in-o365.aspx
https://msdn.microsoft.com/en-us/library/office/jj164126.aspx
http://www.andrewconnell.com/blog/sharepoint-online-integrated-workflow-apps-workflows-as-apps-in-the-hostweb
https://msdn.microsoft.com/en-US/library/jj220043.aspx
Kind Regards,
John Naguib
Senior Consultant
John Naguib Blog
John Naguib Twitter
Please remember to mark this as answered if it helped you

Similar Messages

  • Inserting Workflows into Existing Workflows(Subworkflow)

    i have been trying to insert a subworkflow into a workflow definition, initially created by me. each time i go to edit:insert or expand workflow,the message, ``Function not Permitted on Selected Node``.
    my aim is for a notification of winning bid approval to be sent to a supplier, the moment his bid has been approved as the winning bid.
    can anyone please help me.
    CHUKWUDOZIE CHUMA P.

    Hi,
    yes you can check those links
    http://blogs.msdn.com/b/bharatgupta/archive/2013/04/27/sharepoint-2013-app-workflow-with-custom-task-outcomes-in-o365.aspx
    https://msdn.microsoft.com/en-us/library/office/jj164126.aspx
    http://www.andrewconnell.com/blog/sharepoint-online-integrated-workflow-apps-workflows-as-apps-in-the-hostweb
    https://msdn.microsoft.com/en-US/library/jj220043.aspx
    Kind Regards,
    John Naguib
    Senior Consultant
    John Naguib Blog
    John Naguib Twitter
    Please remember to mark this as answered if it helped you

  • Inserting Fork in existing workflow

    Hi,
    I have an existing workflow with over 60 steps in it that works well now.  A requirement came in to insert a fork step at one of the beginning steps and then an end fork close to the end.  In the middle would be approximately 40 steps.  Is there an easy way of moving those steps all at once instead of copying them one at a time?  If I have to copy each one, how can I handle the loop untils?
    TIA

    Hello,
    Yes, it is annoying, you can't easily move groups of steps around
    in the graphical editor if they haven't been defined as blocks.
    What's the particular problem with loop untils?
    There's always the option of making a new workflow and calling
    the existing one as a sub-workflow.
    regards
    Rick Bakker
    Hanabi Technology

  • Inserting PDFs into existing PDFs using Preview

    Previous to the 10.6.6 update I was able to insert a PDF document into an existing PDF document by dragging the new PDF into the sidebar within Preview.
    Now when I try this, instead of adding the document, it opens the PDF I have just dragged in, in the same window.
    Is this a setting that I have missed somewhere? Have check document security permissions, preferences etc...
    Thanks
    Message was edited by: griffs

    Preview (in Snow Leopard) can display more than one multi-page PDF in one window. If you drag pages from document 2 into the space at the end of the sidebar of document 1, they will remain as separate documents. Drag them on top of the pages of document 1 in the sidebar. Document 1 will highlight and you can position the pages as desired. It is easier to do it than to explain it.

  • Inserting xsl into existing page

    Hello ..
    I am now attempting to add an .xsl file I created into an
    existing page. I am unsure of how to add this into my page ..here
    is the xsl file below. Thanks Rob
    <?xml version="1.0" encoding="utf-8"?><!--
    DWXMLSource="
    http://hosted.ap.org/lineups/WORLDHEADS-rss_2.0.xml?SITE=CAANR&SECTION=HOME"
    --><!DOCTYPE xsl:stylesheet [
    <!ENTITY nbsp "&#160;">
    <!ENTITY copy "&#169;">
    <!ENTITY reg "&#174;">
    <!ENTITY trade "&#8482;">
    <!ENTITY mdash "&#8212;">
    <!ENTITY ldquo "&#8220;">
    <!ENTITY rdquo "&#8221;">
    <!ENTITY pound "&#163;">
    <!ENTITY yen "&#165;">
    <!ENTITY euro "&#8364;">
    ]>
    <xsl:stylesheet version="1.0" xmlns:xsl="
    http://www.w3.org/1999/XSL/Transform">
    <xsl:output method="html" encoding="utf-8"/>
    <xsl:template match="/"><link
    href="Level1_Arial.css" rel="stylesheet" type="text/css" />
    <xsl:for-each select="rss/channel/item">
    <table width="440" border="0">
    <tr>
    <td bgcolor="#CCCCCC">
    <a href="{link}"><xsl:value-of select="title"
    /></a></td>
    </tr>
    <tr>
    <td><xsl:value-of
    select="description"/></td>
    </tr>
    </table>
    </xsl:for-each>
    </xsl:template>
    </xsl:stylesheet>

    Can anyone help me with this please? thanks Rob

  • Inserting Information into Existing Custom Data Object Using API?

    Hello,
    I have setup a Custom Object and I have the ID for this object. All we're wanting to insert in this object is First Name, Last Name, Email. I have that information in code-form and I have both the BULK API and REST api at our disposal. We are having issues figuring out the API call we want to execute to insert this information into this Custom Object.
    If someone could point us in the right direction that would be amazing. Thank you!

    I solved the problem.
    when we are selecting the image data from access database select that as getbytes
              while(rs.next())
                   count++;
                   picbarray = rs.getBytes("PICTURE");     
    when inserting to the oracle db
    PreparedStatement st1 = null;
    String sql = "insert into (colmn1,colmn2,colmn3,comn4,colmn5) values(?,?,?,?,?)";
    st1 = con.prepareStatement(sql);     
    st1.setString(1, val1);
         st1.setString(2, val2);
         st1.setString(3, val3);
         st1.setBytes(4, picbarray);     
    st1.setString(5, val5);
         st1.executeUpdate();

  • Inserting text into existing text in Powerpoint

    Hi
    I have a text like "I have included xxx in the quote." in a slide. How can I insert text such as '8 items per head' in place of xxx via code?
    Thanks
    Regards

    Hi,
    >> How can I insert text such as '8 items per head' in place of xxx via code .
    You can use Replace () method to replace "xxx" .Here is the sample code for you , which you can refer to replace "XXX" in the textRange in your PowerPoint  
    Set myDocument = ActivePresentation.Slides(2)
    Dim str
    For Each s In myDocument.Shapes
    If s.HasTextFrame And s.TextFrame.HasText Then
      str = s.TextFrame.TextRange.Text
      s.TextFrame.TextRange.Text = Replace(str, "xxx", "8 items per head")
       End If
    Next
    Best Regards
    Lan
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Integrating SAP BPM and existing workflows, does an interface exist?

    Hallo all
    I have to evaluate how to build a set of BPM Workflows which shold incorporate "exits" into existing workflows (basically combining BPM and Business Workflows).  Do you know if there is a referenc on how such a thing could be acomplished or have some advices for a smart way of organising the interface between the two workflow engines?
    Regards,
    Minima

    Hi Minima,
    You may want to post this in the [BPM|SAP Business Process Management; forum.
    Cheers,
    Ramki Maley.

  • Question on sort behavior when inserting ACL lines into existing ACL

    Hello,
    I have a request / need to insert lines into existing ACLs (some standard, some extended) and I need to control where they are added (we want some to go to the top, some in the middle, some second from bottom).
    I'm trying to understand / follow how ACL lines are added / sorted.  I have three examples of different configs (standard ACL) where someone inserts lines into the existing ACL. 
    The problem is, it does not follow the guidelines I've found on cisco.com - i.e. using Sequence #s if specified, they don't all get added to the bottom, etc. 
    How can I determine how a line added to an existing ACL will behave? 
    I've added new ACLs, and as far as I can tell, for those examples, it will follow the sequence #s for both standard and extended acls, but not at all for these examples. 
    thanks!
    -Chris

    There's a tutorial on creating client-side XSLT pages here: http://www.adobe.com/devnet/dreamweaver/articles/display_xml_data.html.
    I'm not sure if it will work with a template. Unfortunately, XSLT is a mind-bender that tends to do serious damage to the average brain. That's why most people use server-side technology to deal with XML.
    You mention that XSL isn't supported on your PHP server. What about SimpleXML? That's standard in all PHP 5 installations. Don't say your server is still running PHP 4. Support for PHP 4 was dropped nearly two years ago.

  • I need to include one workflow into another

    I need to include one workflow into another
    IAM try to include one workflow into another workflow, whether it is possible or not.
    if it is possible means, give the step to perform this action and some sample logic

    Hi,
    You can achive this in a very simple way.
    Create a activuty step. ( In general we need to create a task here )
    Add/ paste the workflow template number insead of creating the Task.
    Make the required binding.
    Thanks and regards,
    SNJY

  • Urgent help needed in inserting data into a custom table in oracle WorkFlow

    Hi
    I am trying to get data from the WF and insert into a custom table..
    I read that workflow procedures WONT allow commits...
    Oracle Workflow will not support autonomous commits in any procedure it calls directly. If you need to perform commits, then embed your SQL in a subprocedure and declare it as an autonomous block. This subprocedure must be capable of being rerun. Additionally, note that Oracle Workflow handles errors by rolling back the entire procedure and setting its status to ERROR. Database updates performed by autonomous commits cannot be rolled back, so you will need to write your own compensatory logic for error handling
    Have anyone did this..
    Please give me some idea ...It is urgent
    I am getting data using getitemattribute..and try to insert it into a custom table
    thanks
    kp

    Pl do not post duplicate threads - insert dont work in Workflow
    Srini

  • Correct workflow when inserting images into text, InDesign CS4

    Hi,
    I am new to InDesign and I have a problem regarding a really basic thing and I would be very grateful for help.
    I am writing an article which is about 10 pages long. It consists mostly of text. I have finished writing and now I want to add some illustrations with descriptions. I've already figured out it's best to insert images into the text frame so they behave as "anchored objects" and they move together with text when I add or delete something on previous pages. Now I would like to place TWO OR MORE images, one next to each other, in a line. This is a bit tricky but I created an object style with Position: Custom in "Anchored object options" and it works more or less fine. This works great but now it would be hard to add descriptions to these images that would still be anchored.
    So I created something different. I made an empty rectangle frame, a small text frame under it and grouped them. Then I placed it in my master text frame and basically did the same thing as for previously described images. Now I place the newly loaded image in the empty rectangular frame and add text in the empty text frame. BUT now I have problems with frame size for different-size images.
    What if I have a REALLY LONG article and want to add LOTS of images with decriptions that would be anchored in the text so I can edit previous pages? I can do this my way, but it's extremely uncomfortable and takes ages. Is there any comfortable, non-destructive workflow for doing such things?
    Sorry for my English.

    Hi,
    I would recommend following steps:
    Place one or more images
    Don't anchor them yet.
    Arange them (the images) relatively to each other, add a text frame and arrange them correct relatively to the images.
    Group images and text
    Copy (or cut) them into the clippboard
    Set the curser into the text where it should flow
    Paste it
    Adjust the anchored object (the group)
    You need to group several objects to anchor them together as one anchor.
    Further recommendation:
    For the images I would specify an object style for fitting, stroke, corner optione.
    For text frames I would specify an object style for text object options, like text offset, and used paragraph style, no boarder, etc.
    For the group I would spcify an object style which leaves above mentioned settings undefined (option field is grea or has a dash). But the anchored position of the whole group and text wrapping should be specified.
    Willi Adelberger

  • Migrating existing Workflows into BPEL

    Is it possible to migrate existing workflows to BPEL for instance PO_APPROVAL
    Any info on this would be appreciated or is it already all in the BPEL cookbook
    thanks
    Howard

    Please contact Customer Support. They will be able to switch things over.
    Looks like you are in Denmark so use the Danish support site:  http://www.adobe.com/dk/support/contact/index.html

  • Starting existing workflow from web dynpro application (ABAP)

    Hi experts,
        I am working on web dynpro application from which when I click on a button an existing workflow should trigger. This will be used in portal replacing existing iview with jsp. I did lot of reading on SDN maybe too much that I am confused how to get started. Here is what I have currently.
    We have an existing workflow that sends an approval email to manager when ever some unit information changes. In current functionality, workflow is triggered by event which is linked to workflow in transaction "swetypv". We defined scenario in "qisrscenario" that contains all elements to populate workflow container. The methods to get data into workflow container, send email etc are all written in business object methods. We have a class that implements standard SAP BADI "IF_EX_QISR1"(IF_EX_QISR1~SCENARIO_PROCESS_USER_COMMAND method) that probably has all logic. In current functionality when the workflow gets created it sends notification number back to portal jsp page that triggered the workflow on button click. Users look at notification number in iqs23 for workflow log, PCR form data etc. and I need that functionality too. Now I am confused where I should start so that I can use ew web dynpro applciation instead of jsp iview but want all the functionality that we currently have. How can I start workflow and get notification number back to web dynpro so that I can display that to user? The approving manager goes to UWL to approve, reject the workitem and workflow then finishes.
    Any help will be greatly appreciated.
    Thanks.
    Mithun

    Hi.,
    Using FM  SAP_WAPI_CREATE_EVENT  You can Achieve this., try the below piece of code.,
    DATA: OBJECT_TYPE  TYPE  SWR_STRUCT-OBJECT_TYP VALUE 'ZBUS333',   " Enter Your Business Object here
    OBJECT_KEY  TYPE  SWR_STRUCT-OBJECT_KEY,
    EVENT TYPE  SWR_STRUCT-EVENT VALUE 'FIRE'.     " Enter Your Event here
       DATA: lt_cont TYPE STANDARD TABLE OF swr_cont,
             ls_cont TYPE swr_cont.
           ls_cont-element = 'NAME'.       " To Pass Values to business Object you append to container
           ls_cont-value   = lv_name.
           APPEND ls_cont to lt_cont.
           ls_cont-element = 'ID'.
           ls_cont-value   = lv_id.
           APPEND ls_cont to lt_cont.
          CALL FUNCTION 'SAP_WAPI_CREATE_EVENT'
            EXPORTING
              OBJECT_TYPE             = OBJECT_TYPE
              OBJECT_KEY              = OBJECT_KEY
              EVENT                        = EVENT
             COMMIT_WORK             = 'X'
             EVENT_LANGUAGE          = SY-LANGU
             LANGUAGE                = SY-LANGU
             USER                    = SY-UNAME
    *         IFS_XML_CONTAINER       =
    *       IMPORTING
    *         RETURN_CODE             =
    *         EVENT_ID                =
           TABLES
             INPUT_CONTAINER         = lt_cont
    *         MESSAGE_LINES           =
    *         MESSAGE_STRUCT          =
    hope this helps u.,
    Thanks & Regards,
    Kiran

  • Integrating ECC business workflow into CRM

    What is the best approach for integrating (or not) ECC business workflow into CRM?
    For example, lets say you have an elaborate custom workflow built in ECC for blocked sales orders which triggers a workitem to the CSR user ID into the SAP SBWP inbox.
    But now you are implementing CRM and your customer service reps want to "live" in CRM.
    So you want them to be aware that they have a blocked order assigned to them in ECC SBWP inbox.
    Whats the solution?
    Do they have to toggle over and login to ECC, so they have to "work" 2 inboxes?
    Is there some solution existing in SAP between these 2 systems that synchs the workflows, such that you can open and process and complete the workflow inside CRM?
    Do you have to write some custom "notification" that sends CRM a message letting them know ECC has something?
    We have order management in ECC, CRM only being used for service notifications and customer interactions, but CSRs envision "one cockpit" or one inbox for all their to-dos.
    We do not use Portals, so the integrated inbox is not an option.

    Hi Jason,
    Did you find a solution for this ?
    I have a similar requirement where i need to trigger a workflow in SAP CRM and i need the approval request to flow to ECC as my approvers work only in ECC and never in CRM !
    Is this integration a valid scenario ? and can we configure this ?
    It would be of great help you you can share any documents available on the same.,
    Thanks & regards
    Krishna

Maybe you are looking for

  • How do I back up my applications to iTunes?

    I somehow got my music to sync, but my applications are not. I have just downloaded the newest iTunes onto my Microsoft PC, and already I am lost. HELP! (iPod Touch Not Syncing)

  • PowerPoint 2013 - We're sorry something went wrong that might make PowerPoint Unstable

    Windows 7 running Office 2013. Mature installation no recent changes. Simple update to ppt file created in 2003 ( using Compatibility mode). Single user edit saving to my documents  Error Message "We're sorry something went wrong that might make Powe

  • File to Idoc .If order is their need to send mail

    Hi All, I have scenario like this. Sending file (order) to SAP -IDoc I using RFC lookup .There is funtion module which has been developed in SAP R/3 it contains 5 import parameters and return SUBRC. If the result is  subrc = 4 This is the normal situ

  • How to add f4 help for a parameter in selection screen (Report)

    hai friends        I am hving a pblm regarding the F4 help in selection screen for a parameter field ,currenly this parameter field is for personnel number , now in f4 help all the personnel numbers r listing ,i need to include the name of the corres

  • Purchase Orders lists

    Hi Experts, Now my client Created purchase order with 10 qty.Then they added 10 qty more. Now my client wants report with old qty and new qty. Plz advice me how can I get this report in sap. Thanks in advance, Chandhu