[jboss-user] [jBPM] - How send mail to "starter" user
Mary Marlet
do-not-reply at jboss.com
Thu Apr 15 03:31:47 EDT 2010
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&containerType=14&container=2034]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20100415/1799c6e3/attachment.html
More information about the jboss-user
mailing list