Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

debugging workflow

Former Member
0 Likes
850

hai,

how do we debud workflows?? anyboby any ideas.

cheers

3 REPLIES 3
Read only

eddy_declercq
Active Contributor
0 Likes
788

Hi, Have a look at threads like:

The helps says:

In order to make it possible to check the runtime system's program execution (work item manager and workflow manager) in debug mode after execution of an object method, internal communication within the workflow system cannot take place asynchronously. To achieve this behavior of the runtime system, you can execute this as the recipient of the work item, by choosing Extras ® Execute for test. Enter /h in the command field first to go to the debug mode.

Eddy

Read only

ramki_maley
Active Contributor
0 Likes
788

Hi,

A dialog task can always be debugged in the usual manner by putting a break point in the associated method. For a background task, if it is still in DEV, you can temporarily change it to a Dialog, debug, fix and then change it back.

Workflow debugging is not a simple process. You may have to use a different transaction depending on where a problem is. The following link may give you a good start.

http://www.sapgenie.com/workflow/debugging.htm

Also, please note that Workflow has a new home in the Business process management (BPM) forum in the SAP NetWeaver General section. Please post any future questions there.

Cheers,

Ramki Maley.

Please reward points if the answer is helpful.

For info on awarding points click on this link: https://www.sdn.sap.com/sdn/index.sdn?page=crp_help.htm

Read only

0 Likes
788

Hi,

Pls don't forget to reward points and close the question if you find the answers useful.

Eddy