Access database from jBPM process

≡放荡痞女 提交于 2019-12-01 12:26:32

问题


How can I access a database from a jBPM process ? Do you think I can connect to a database using a script task, or the entry/exit action of a human task?


回答1:


I would advice against using entry/exit action of a human task to store code, it can be a nightmare to figure out where did you place code since there is no visual clue when a human task has code.

You could try a script task or, as core developers recommend, you can use a custom WorkitemHandler. The latter will help in separation of code from the bpmn2 file and a custom service task will be easier to reuse in other processes instead of copy/paste. You can find the documentation here (jBPM 6) http://docs.jboss.org/jbpm/v6.0.1/userguide/jBPMDomainSpecificProcesses.html



来源:https://stackoverflow.com/questions/23683011/access-database-from-jbpm-process

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!