I've seen the below on-start action from the swf reference..
Just notice the currentUser.name... where it came from? how to set the value?
Code:<on-start>
<evaluate expression="bookingService.createBooking(hotelId, currentUser.name)"
result="flowScope.booking" />
</on-start>
