webMethods

webMethods

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
Expand all | Collapse all

Task Debuging

  • 1.  Task Debuging

    Posted Thu February 26, 2009 10:10 AM

    How to debug a Task and to provide input data?

    Thanks,
    Daniel


    #webMethods
    #MWS-CAF-Task-Engine
    #webMethods-BPMS


  • 2.  RE: Task Debuging

    Posted Thu February 26, 2009 10:49 PM

    If you are developing a task part of the business process you can use process Debugger to start process right from Designer, then step over to the task step. Invoking a task step would queue a task with the passed data.

    Alternatively you can create a Task Start Portlet part of your task application (New > Portlet, then select portlet template). Start Task portlet would allow you to queue tasks outside the whole process, but of course you would need to create some custom UI to populate task business data

    Finally if you are asking about Java debugging of the task application code then you can start MWS process under debugger using “MWS/bin/mws.bat (sh) -d” command. Then attach Designer Java debugger to remote java application using port 5000


    #webMethods-BPMS
    #webMethods
    #MWS-CAF-Task-Engine