IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  Task data is not modified

    Posted Fri September 28, 2007 02:47 AM

    Dear all.

    I have a simple process:

    1. the receive step gets a doc with one field → calls Invoke1
    2. Invoke1 validates the doc, i.e. if the field contains a certain value, call Invoke2, else call Task
    3. The task displays the doc, the user has to change the field value, submit. Then Invoke1 is called again and checks the field value.

    Everything works fine except that the changing the value of the field in the task is not written to the pipeline. I.e., if the field of the doc contains the value “test”, and in the task this value is changed to “notest”, in the Invoke1 step the value of the field is “test”, again. All steps have appropriate input and output params defined. No errors are thrown.

    Can s.o. help me by this description?? Thanks in advanced,

    greetings

    Henning


    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: Task data is not modified

    Posted Wed October 10, 2007 04:25 AM

    HI,
    I assume u r using modeler.
    Yes, there is a problem between WF and modeler, and data is not overwritten. What you can do is send a result back in thr form of a new doucment and call a mapping service in modeler to map data back to pipeline or the original document before u send it to invoke1 step.


    #webMethods
    #Integration-Server-and-ESB


  • 3.  RE: Task data is not modified

    Posted Fri October 19, 2007 06:18 AM

    Hey smriti, thanks for your answer. I will try this. Why does this problem occur? Will there be fixes??

    Greetings

    Henning


    #Integration-Server-and-ESB
    #webMethods