0 Replies Latest reply on Jun 6, 2007 6:34 AM by naseem.k

    jbpm mail tag no cc attribute, from field hardcoded in the M

    naseem.k

      Hi,

      I am using jbpm 3.2.1. I found no cc attribute in the Mail.java class. My question is what should one do to mark a mail as cc.

      Secondly, I found that from field of the mail is also hardcoded in the Mail class, In my process definition, I have following requirement:


      from field: Email address of the person who started the task.
      to field: Email address to whom he/she want to assign the task
      Next I want a cc attribute as well in order to mark cc to admin.


      to field is fine. With this, <mail to="#{Approve}" I can dynamically mail to the user entered email address.

      What about from and cc?