Hi.
I'm looking to generate a list of published processes on an ASP page but I want to put a filter/parameter on it. I'd like to list processes that only have the description field filled out. I've looked at the API and some smartobjects but dont see where i can put that type of filter/parameter in play.
Right now I use the Workflow.Management.WorkflowmanagementServer.GetProcSets() method, but it returns all processes
Should we use a direct call to the database our is the API/smartobject route the best way to go?