2 Replies Latest reply on Nov 11, 2010 3:22 AM by hifly81

    How to integrate custom web based forms with jBPM TaskActivity?

    gujade

      I am pretty new to jBPM.

       

      Currently we are trying to integrate jBPM 4.3 with our existing java web application (jsp based), using jBPM as the workflow engine.  I hope to use our existing forms engine for serving up user task web forms.  But I don't see any easy way to thread the web form service through the chain of command.

       

      What I have done so far is to sub-class TaskActivity to be able to express the data mapping and the form resource.  However, I can't seem to find a easy way to thread the HttpRequest and HttpResponse to the Activity.execution call.  Can anyone help with me with this problem?

       

      Thanks,