Search code examples
javajbpm

How to create a Service Task which had CRUD capabilities with the database


I want to retrieve and save data in external databases via the Service Task in JBPM process. Is it possible in jBPM?


Solution

  • Here is an example on how to setup a Service Task. You can add the necessary CRUD code into the WorkItemHandler.