[jboss-user] [JBoss jBPM] - Re: Metadata to workflow deployment

2009-07-27 Thread AshishjBPM
would it be possible to share your custom handler class. I am aware of updating the hbm.xml file but not sure whether of the handler class. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4246292#4246292 Reply to the post : http://www.jboss.org/index.html?mod

[jboss-user] [JBoss jBPM] - Re: Metadata to workflow deployment

2009-07-27 Thread AshishjBPM
Yes I meant after deployer returns without an error, update custom created table. Also if you have a look at the ProcessDefinitionQuery there is no way one can use to query such meta information. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4246238#4246238

[jboss-user] [JBoss jBPM] - Re: Metadata to workflow deployment

2009-07-27 Thread AshishjBPM
Thanks again. I feel this wont be performant. take for example if i wanted to know how many processes are delpoyed by a user <> on system <>. here i need to reload all the xml defintions :-( View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4246201#4246201 Reply

[jboss-user] [JBoss jBPM] - Form template used in jBPM for Swing application

2009-07-27 Thread AshishjBPM
Hi, I am using jBPM in java thick application environment. Its a java swing application. can we make use of the form template framework provided in jBPM 4.0 in Swing ? Thanks, View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4246187#4246187 Reply to the post

[jboss-user] [JBoss jBPM] - Re: Metadata to workflow deployment

2009-07-27 Thread AshishjBPM
Thanks for the information. so putting in the xml file wont be helpful. Is there any other way ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4246184#4246184 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4246184 __

[jboss-user] [JBoss jBPM] - Metadata to workflow deployment

2009-07-27 Thread AshishjBPM
Hi, I currently want to add some meta data to the process which is deployed. For example, UUID of the process definition, user deploying the process, system name etc. How is it possible to do so ? I was thinkin

[jboss-user] [JBoss jBPM] - Custom Task information

2009-07-27 Thread AshishjBPM
Hi, I have following customization to be done for tasks 1) once the task is assigned, reassigned, completed, a message should be published. I was thinking of implementing MailSession and use notification. 2) How can we add custom metadata to task such as custom id, system name etc Could you