Eg..
I have a process and one of the Rules has a line...
Code: Select all
Start Process 'SomeProcess'
It works fine if the process you're trying to find is called from configuration item like... for eg. a Panel Operation that starts a process.
It also works if the process is started after a find, or when sending a BO to the process... for eg..
Code: Select all
Find All BO
SomeProcess Using BO
If I recall, the same problem exists for anything else in quotes... for eg. Display Perspective 'SomeVP'
This makes it really difficult to clean up a BSV because if you've written some processes that have been replaced with others, and are no longer needed, you have to basically check every code/rule path and hope you haven't missed one before deleting a process.