[jboss-user] [jBPM] - Re: CC field in Email service task

Nicolas Louis do-not-reply at jboss.com
Thu May 16 11:23:43 EDT 2013


Nicolas Louis [https://community.jboss.org/people/nicols] created the discussion

"Re: CC field in Email service task"

To view the discussion, visit: https://community.jboss.org/message/818026#818026

--------------------------------------------------------------
Hi Rajesh,

As we can see in the project drools-core, you can find the definition of the Email WorkItem :

 [
    "name" : "Email",
    "parameters" : [
      "From" : new StringDataType(),
      "To" : new StringDataType(),
      "Subject" : new StringDataType(),
      "Body" : new StringDataType()
    ],
    "displayName" : "Email",
    "icon" : "icons/import_statement.gif",
    "customEditor" : "org.drools.eclipse.flow.common.editor.editpart.work.EmailCustomEditor"
  ],

There is no parameter for CC / BBC.

But you can easily create your own WorkItem with this documentation :  http://docs.jboss.org/jbpm/v5.4/userguide/ch.domain-specific-processes.html http://docs.jboss.org/jbpm/v5.4/userguide/ch.domain-specific-processes.html

Regards,

Nicolas.
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/818026#818026]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20130516/c36ef273/attachment.html 


More information about the jboss-user mailing list