4 Replies Latest reply on Sep 21, 2005 1:16 PM by kukeltje

    send an e-mail

    miche


      Hi all,
      i'm working with jBpm, and i want to ask how send an e-mail from a transistion element of jPdl.
      Please help me
      Thanks

        • 1. Re: send an e-mail
          kukeltje

          write an actionhandler that does this. Currently jBPM does not containb a lot of actionhandlers out of the box, but if you write one, feel free to contribute it.

          • 2. Re: send an e-mail
            miche

            Hi, thank you for your answer.
            Where i must put the actionHandler that i make to send the e-mail for this process?
            In the process archive or in a specific subfolder?

            • 3. Re: send an e-mail
              miche

              please help me!!
              thanks

              • 4. Re: send an e-mail
                kukeltje

                In the processarchive it is versioned, so if you want that, put it there. If that is not a requirement and you want to use it in multiple processes, put it somewhere on the classpath.

                Have a look at the example that is in the docs or in the gpd when you create a new process using the wizard. There is an actionhandler there and it is packaged in the process archive.