1

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

formatqs
  • 67
  • 9

1 Answers1

0

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

Community
  • 1
  • 1
Mike
  • 820
  • 7
  • 19