[jbpm-dev] [Design of JBoss jBPM] - Re: jPDL 4 early feedback

heiko.braun@jboss.com do-not-reply at jboss.com
Mon Jun 30 05:20:16 EDT 2008


anonymous wrote : 
  | mailing & sending a message to an ESB are such common BPM concepts, that they should be implemented in the language and not for every BPM project again and again.
  | 


Oh, I don't want people to implement that stuff. It's the way (schema) how to specify these activities that I can see unified. 

I.e.


  | Custom one:
  | <activity class="org.foo.bar.SMS"/>
  | 
  | Stock one:
  | <activity class="org.jbpm.activities.Email"/>
  | 

If we cannot extend the schema within minor releases we'll something like this soon:


  | Stock one in 4.0:
  | <email/>
  | 
  | Stock one in 4.1:
  | <activity class="org.jbpm.activities.FTP"/>
  | 

IMO it doesn't get easier if the way how jdpl4 can evolve isn't taken into consideration in the first place. 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161432#4161432

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4161432



More information about the jbpm-dev mailing list