2009/6/24 孫 邕 <[email protected]>: > > i am working on an email participant extension module. > and i want to send email to users with more understandable information, > something like description of the workflow. > How can i get description from participant ?
Hi, it's a bit complicated, but here is what it should look like : http://gist.github.com/135126 > another question, i want to set timeout property of one of the participant, > any example, please ? participant :ref => "sunhao", :timeout => "3d10h" will cancel the workitem if no reply comes after 3 days and 10 hours. http://openwferu.rubyforge.org/rdoc/classes/OpenWFE/ParticipantExpression.html there is also a general "timeout" expression : http://openwferu.rubyforge.org/expressions.html#exp_timeout > BTW, if possible i will write some document about the details > of the solution, after i solved these probs. :) Best regards, -- John Mettraux - http://jmettraux.wordpress.com --~--~---------~--~----~------------~-------~--~----~ you received this message because you are subscribed to the "ruote users" group. to post : send email to [email protected] to unsubscribe : send email to [email protected] more options : http://groups.google.com/group/openwferu-users?hl=en -~----------~----~----~----~------~----~------~--~---
