Has anyone had much luck using the getWorkflowsByQuery from CSSDK?
I'm fine when using:
[html]
[/html]
for the query string that gets passed to the method. And from the bit of searching of the forums I've done, that seems to be the most common use (or even without the ownedby attribute).
What I'm wondering is if anybody has found elements or attributes that can be used to filter based on job name. I've looked at the documentation for iwqueryjobs, and the DTD supplied there. But the options given there are pretty slim.
I realize that I can filter with Java code after getting my results, by looking at the CSWorkflow array items that get returned by getWorkflowsByQuery, but I'm trying to limit the amount of jobs that get returned by the call (just looking for something more efficient).
Examples are welcome.

Thanks,
Lee