Task Debuging

How to debug a Task and to provide input data?

Thanks,
Daniel

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