I had the same problem, solved it by placing the object back on the workflow otherwise the information is not available.
From: "Bob Lannoy" <[email protected]> To: [email protected] Sent: Tuesday, May 29, 2012 1:10:17 PM Subject: Re: Notifications Hi, I started my own workflow based on the example workflow from the latest incubating version. Now I get a mail when the user is in the "created" state just after the token generation. However, I'm unable to send the generated token to the user. The token is generated (saw this through debugging) but it seems that it's not persisted in the database. In the email template I put "Your token is $user.getToken()." but it shows up like that in the email, not resolved to a value. Probably because of the token not being in the DB. I've attached my WF definition. regards Bob
