- 
        1. Re: How to create humantask in JBPM 5.4 without starting jbpm task serverswiderski.maciej Feb 7, 2014 1:54 AM (in response to suraj.bahl.50)you need to use task service in the local mode with combination of Local task service handler. Here is a test case illustrating it. HTH 
- 
        2. Re: How to create humantask in JBPM 5.4 without starting jbpm task serversuraj.bahl.50 Feb 7, 2014 6:46 AM (in response to swiderski.maciej)Thanks Maciej for looking into this, I tried it with JBPM6 and it was very straightforward in that. I was able to start & execute human tasks using the TaskService provided by RunTimeManager. i think i'll go with jbpm6, one question if i dont want to enable persistence then i need to pass my own implementation of WorkItemHandler to RunTimeManager. Are there any default implementations provided by JBPM or any sample you can share? Regards, Suraj 
- 
        3. Re: Re: How to create humantask in JBPM 5.4 without starting jbpm task serversuraj.bahl.50 Feb 7, 2014 2:13 PM (in response to swiderski.maciej)Hi Maciej, I have created a sample program in jBPM6, attached is the source code for same (ProcessTest2.java). I am getting below errors (attached logs), can you please help me with this? Regards, Suraj 
 - 
            
                            
            ProcessTest2.java 4.3 KB
- 
            
                            
            Logs.txt.zip 781 bytes
 
- 
            
                            
            
- 
        4. Re: How to create humantask in JBPM 5.4 without starting jbpm task serversuraj.bahl.50 Feb 8, 2014 7:00 AM (in response to suraj.bahl.50)Hi, It looks like there is some issue with jBPM version 6.1. i removed 6.1 and re-installed 6.0 now it is working fine. Thanks, Suraj 
- 
        5. Re: How to create humantask in JBPM 5.4 without starting jbpm task serverswiderski.maciej Feb 10, 2014 1:47 AM (in response to suraj.bahl.50)I believe the problem is that you don't have jbpm-human-task.jpa on your classpath and thus the transaction interceptor and jpa persistence is not available. HTH 
 
    