Mary Marlet [
http://community.jboss.org/people/marc.carrio] replied to the discussion
"How send mail to "starter" user"
To view the discussion, visit:
http://community.jboss.org/message/537609#537609
--------------------------------------------------------------
Thanks a lot for your answers guys! :D
But the question is... Can I do it without java code? only with forms (.flt) and
processdefinition (jpdl.xml)?
My idea is in the starter form put any variable seems:
<input type="hidden" name="startUser" text=$getCurrentUser />
$getCurrentUser -> is the function/expresion that I'm searching.
And in the process definiton notification task put:
<mail g="166,258,115,45" language="juel" name="Mail">
<to addresses=$startUser/>
<subject>Task finished</subject>
<text>The task that you start are finished!</text>
<transition to="end"/>
</mail>
It is Science fiction? B-) or you think that i can do anything?
Thanks for advance for your help!! ;)
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/537609#537609]
Start a new discussion in jBPM at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]