AFAIK it is not possible via the API right now. There was a request like this a couple of weeks ago in the forums, I think. Some people argued that it would be hard to maintain indexes for searches like this and some others argued that for real life usage it would be necessary.
Please search the forum and JIRA.
Maybe you can achieve what you want to do by using a custom Hibernate query for instance.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4266639#4266639
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4266639
I want to use signavio to design the work flow i have followed the developer guide
17.2. Installation
There are several ways of installing Signavio into your web container:
Use the demo.setup.jboss/tomcat scripts in $jbpm_home/install
Use the install.signavio.into.jboss/tomcat scripts in $jbpm_home/install
Copy the $jbpm_home/install/src/signavio/jbpmeditor.war to your web container
But i am unable to open in the browser.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4266628#4266628
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4266628
Thanks for your reply
I am not sure how to get ProcessDefinition (like from which class etc..). But i am able to get the deployments by using the below code.
String lDeploymentID = lRepositoryService.createDeployment().setName(workflowname).addResourceFromString("xmlstring.jpdl.xml", lWorkflowXML).deploy();
List deployments = RepositoryService.createDeploymentQuery().deploymentDbid(Long.parseLong(lDeploymentID)).list();
Is this the correct way to get the specific deployment from db?
Also how can i get the ProcessDefinition object once deploy the xml string?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4266610#4266610
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4266610