What can I do in my executeService method to indicate to the
AbstractBaseService that there was an error and the workflow should
not progress to the next service?
I'm specifically dealing with a service that produces no output files.
I could add a Param to the request indicating the service was
successful, and have subsequent services look for it. But this breaks
the encapsulation of the service, so I don't want to go that way.
.. Shlomo