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]

_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to