Preparing the Process Simulator for Use with a Script
You can use the Process Simulator with a Workflow Process that references a business
service or a business component that contains a script. If this script includes a
breakpoint, and if the Arguments field in the debug configuration contains
/h
, then the simulator might not perform as expected. A
breakpoint is a marker on a line of Basic code that instructs Basic to pause
at that line so that the Siebel Debugger can examine the program state. The
/h
argument instructs the Siebel Debugger to open the Watch
window.
To prepare the simulator for use with a script
-
Remove every breakpoint from the script that resides on a business service or a business component that the Workflow Process references.
-
Remove the
/h
argument from the debug configuration:-
Click the View menu, then select the Options menu item.
-
Click the Debug tab.
-
Remove the
/h
argument from the Argument field.
For more information, see Using Siebel Tools.
-