In general, this error means that there is not such variable, so make sure you have it defined as property in your process definition and check that names match. As Franck pointed out looks like they don't match in your case - property(variable) is description but in association you refer to it as discription.
HTH