This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: Displaying values from DB into humantask form?jsvitak Jul 16, 2012 9:42 AM (in response to jamunas)Hello, You need to have your DB value in a process variable. This process variable can be passed to an input parameter of a human task. Then you can display your data in a task form of the human task. See http://docs.jboss.org/jbpm/v5.3/userguide/ch.human-tasks.html#d0e5071 Your "DB value" can be passed to your business process as a process variable when starting business process, or you can get the value from a service task. 
- 
        2. Re: Displaying values from DB into humantask form?jamunas Jul 17, 2012 12:39 PM (in response to jsvitak)Thans Jiri for your reply 
 
    