uCosminexus Service Platform, Basic Development Guide
To interrupt processing of the process instance in an activity, add the breakpoint in the activity to be interrupted. The added breakpoint changes, exports and imports criteria setting if required.
For the types of activities for which breakpoints can be set, see 9.5.1(1) Activities that can interrupt the processing of process instance.
Two types of breakpoints exist-ordinary breakpoints and conditional breakpoints. If an ordinary breakpoint is added, the processing of the process instance is always interrupted when the process continues in the activity. If a conditional breakpoint is added, when the process continues in the activity and the conditional expression entered is fulfilled, (evaluation result is true), processing of the process instance is interrupted.
The following describes the procedure for adding ordinary breakpoints and conditional breakpoints in an activity.
# If the conditional expression is not entered, the breakpoint is treated as an ordinary breakpoint.
You can change the interruption criteria if required for the ordinary and conditional breakpoints added.
The following describes the procedure for changing criteria setting of breakpoints.
# If the conditional expression is not entered, the breakpoint is treated as an ordinary breakpoint.
In the Business Process Definition screen, right click the activity in which the breakpoint is to be deleted and choose Delete breakpoint. The target activity breakpoint is deleted.
You can use standard functionalities of Eclipse for temporarily disabling from breakpoint view the breakpoint added in the activity.
For details about breakpoint view, see Cosminexus Service Platform Reference.
You can use standard functionalities of Eclipse for exporting the breakpoint added in the activity. You can also import the exported breakpoint.
For details about how to export and import see Eclipse documents.
All Rights Reserved. Copyright (C) 2015, Hitachi, Ltd.