Thank you for your quick response.
But my question is not this. I'm using a custom work item handler. this is how i get a variable's value in my custom java code:
myProjectName = (String) workItem.getParameter("projectName");
now i wanna do something like this:
workItem.setParameter("parameter", value);
but this does not exist as far as i know. Is there any way i can achieve this?