JBoss Community

Re: working with variables in custom work items

created by xealous in jBPM - View the full discussion

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?

Reply to this message by going to Community

Start a new discussion in jBPM at Community