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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  Insert automatically data with addTaskAttachment

    Posted 01/20/14 06:44 AM

    Hello All,

    I want to insert automatically the taskIDs within data base myWebmethods but It is impossible to insert one taskID if is not exist in myWebMethods server. I must first create the taskIDs before to insert them.
    I use the API pub.task.taskclient:addTaskAttachment on Designer 9.0.

    Thanks for your help.

    Regards,

    Brice


    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: Insert automatically data with addTaskAttachment

    Posted 01/21/14 12:18 AM

    i believe taskId should be existing before you add an attachment to it.


    #Integration-Server-and-ESB
    #webMethods


  • 3.  RE: Insert automatically data with addTaskAttachment

    Posted 01/21/14 03:49 AM

    Don’t understand what you want? If you want the taskID, you can get it in the Input Mapping of user task step, as the output of queueTask.


    #webMethods
    #Integration-Server-and-ESB


  • 4.  RE: Insert automatically data with addTaskAttachment

    Posted 01/22/14 05:12 AM

    Hi All,

    Thank you for your feedback.
    I want to insert data automatically in myWebmethods base.

    I am thinking about solution which executes the Thread procedure for trigger actions some time. Whereas I am looking a webMethods API which allows to build this service, a webMethods API which is similar to the Thread or multi Threading. One person knows if this API exists into myWebmethods?

    Thanks.

    Regards,

    Brice


    #webMethods
    #Integration-Server-and-ESB


  • 5.  RE: Insert automatically data with addTaskAttachment

    Posted 01/22/14 09:46 AM

    What are you looking for Java API in IS or specifically looking for MWS portal API?

    HTH,
    RMG


    #Integration-Server-and-ESB
    #webMethods


  • 6.  RE: Insert automatically data with addTaskAttachment

    Posted 01/22/14 01:19 PM

    Hi all,

    I want to create a service Thread for executing tasks at the moment the time is defined. I would know if there exists the webMethods service which solves my problem.

    Regards,

    Brice


    #webMethods
    #Integration-Server-and-ESB


  • 7.  RE: Insert automatically data with addTaskAttachment

    Posted 01/22/14 02:12 PM

    not sure if that exists as of now…Let see if other gurus can advise.


    #Integration-Server-and-ESB
    #webMethods


  • 8.  RE: Insert automatically data with addTaskAttachment

    Posted 01/25/14 09:49 AM

    If you want to execute something when a predefined time reached…

    For Service Task, you can use the Intermediate Boundary Event. For example, add an Intermediate Boundary Event to a Service Task(let’s call it service1) and set a time, and add a transition from the Intermediate Boundary Event to another Service Task(let’s call it service2), then when the service1 execute longer than the specified time, service2 will be invoked. More detail please refer to <BPM_Process_Development_Help> chapter 12 Event.

    For User Task, you can use the Task Event, more detail please refer to <BPM_Task_Development_Help> chapter 10 Configuring Tasks.

    Hope it helps.


    #Integration-Server-and-ESB
    #webMethods