5 Replies Latest reply on Mar 5, 2009 5:37 PM by bestage

    List all deployed process definitions

    bestage

      Hi everyone,

      I am writing a generic ProcessService to be put in front of the JbpmService.

      Now I would to give the user the possibility to list all deployed process names (string) in a web form. What is the best way to implement such a method?

      Of course I can scan certain folders in my project and list all found xml definitions. But I'd like explicitly to show only those deployed.

      Thanks for your help.