-
1. Re: JBPM Process Deployment guide
rafachies Feb 21, 2015 11:37 AM (in response to biswajit.sarkar)No, both ways you mentioned are the ways you can go through it. But if your end goal is deploy the bpmn2 in the business-central, I would recommend you to create the process definition directly in the business-central, it's a richer designer (in my opinion)
-
2. Re: JBPM Process Deployment guide
biswajit.sarkar Feb 21, 2015 1:26 PM (in response to rafachies)Rafael Chies wrote:
No, both ways you mentioned are the ways you can go through it. But if your end goal is deploy the bpmn2 in the business-central, I would recommend you to create the process definition directly in the business-central, it's a richer designer (in my opinion)
Thanks Rafael Chies
But in my company they have their own version control(CVS) system.
So whatever bpmn2 processes or custom workhandlers classes I will create I have to commit those in CVS system as project.
In that case can you please guide me what approach I should apply to create and deploy processes and customworkhandlers.
-
3. Re: JBPM Process Deployment guide
krisverlaenen Mar 2, 2015 4:23 AM (in response to biswajit.sarkar)I would recommend to try and extract the work item handlers in a separate jar and upload that to business-central and add a dependency from your project to that jar. This will keep the implementation logic (work item handlers) separate from the process definitions. How you manage your work item handler code (git, CVS, etc.) is then totally up to you.