Hello I am relative new to Grails and struggle using webflow. I created a flow scoped service


class MyService implements Serializable{

static scope = "flow"
static transactional...