uCosminexus Service Platform, Basic Development Guide

[Contents][Glossary][Index][Back][Next]

9.1 Flow of Debugging

The following figure shows the flow of debugging of the business process.

Figure 9-1 Flow of debugging of the business process

[Figure]

The following describes operations related to debugging of the business process.

Organization of this section
(1) Preparing for debugging of business processes
(2) Starting debugging of business processes
(3) Sending requests
(4) Debugging business processes
(5) Ending debugging of business processes

(1) Preparing for debugging of business processes

Implement the following to prepare for debugging of the business process.

(2) Starting debugging of business processes

Start debugging the business process.

For the method for starting debugging of the business process, see 9.3 Starting debugging of business processes.

(3) Sending requests

Use the service requester and service requester emulation for sending requests to the receive activity. Once the request is sent, processing of the process instance continues till the activity for which a breakpoint is set and then processing of the process instance is automatically interrupted.

For sending requests, see 9.4 Sending requests.

(4) Debugging business processes

Implement the following for debugging the business process.

(5) Ending debugging of business processes

Debugging of the business process ends when the business process is redefined and its operations are checked.

For the method for ending debugging of the business process, see 9.6 Ending Debugging of Business Processes.