JBoss Community

Re: Where is the built-in "task" parameter defined?

created by Maciej Swiderski in jBPM - View the full discussion

In general this is the task instance that you are about to work on. So you should have access to all its data. Look at the Task class and you'll notice the relationship. Just so you know it uses expression language to access data instead of getters so that's you it's: task.descriptions instead of task.getDescriptions.

 

Then when you look at what HT work item handler does you'll notice that it is responsible for filling in such information - put comment into descriptions field.

 

HTH

Reply to this message by going to Community

Start a new discussion in jBPM at Community