Hi, all
What's the recommended workflow engine in OFBiz? Is it Shark? Best Regards, Jack Liu |
As I know, ofbiz uses its own workflow engine. You can get more information
here: http://ofbiz.apache.org/docs/workflow.html -- Regards, Michael Xu (xudong) www.wizitsoft.com | Office: (8610) 6267 0615 ext 806 | Mobile: (86) 135 0135 9807 | Fax: (8610) 62670096 On Thu, Apr 9, 2009 at 11:40 AM, Jack Liu <[hidden email]> wrote: > Hi, all > What's the recommended workflow engine in OFBiz? > Is it Shark? > > > Best Regards, > > Jack Liu > > |
Administrator
|
Actually not, OFBiz gave up on workflow engines. Shark was implemented last but never really used in OFBiz. Instead of using a
workflow engine, OFBiz use an Event Driven Architecture (EDA) and ECAs (SECA, EECA, MECA) are used in OFBiz to drive the workflow. I will create a FAQ for that as this question come over and over Jacques From: "Michael Xu (xudong)" <[hidden email]> > As I know, ofbiz uses its own workflow engine. You can get more information > here: http://ofbiz.apache.org/docs/workflow.html > > -- > Regards, > Michael Xu (xudong) > www.wizitsoft.com | Office: (8610) 6267 0615 ext 806 | Mobile: (86) 135 0135 > 9807 | Fax: (8610) 62670096 > > > On Thu, Apr 9, 2009 at 11:40 AM, Jack Liu <[hidden email]> wrote: > >> Hi, all >> What's the recommended workflow engine in OFBiz? >> Is it Shark? >> >> >> Best Regards, >> >> Jack Liu >> >> > |
Thank you.
I hope this FAQ will come out as soon as possible. -----Original Message----- From: Jacques Le Roux [mailto:[hidden email]] Sent: 2009年4月9日 18:05 To: [hidden email] Subject: Re: workflow engine Actually not, OFBiz gave up on workflow engines. Shark was implemented last but never really used in OFBiz. Instead of using a workflow engine, OFBiz use an Event Driven Architecture (EDA) and ECAs (SECA, EECA, MECA) are used in OFBiz to drive the workflow. I will create a FAQ for that as this question come over and over Jacques From: "Michael Xu (xudong)" <[hidden email]> > As I know, ofbiz uses its own workflow engine. You can get more information > here: http://ofbiz.apache.org/docs/workflow.html > > -- > Regards, > Michael Xu (xudong) > www.wizitsoft.com | Office: (8610) 6267 0615 ext 806 | Mobile: (86) 135 0135 > 9807 | Fax: (8610) 62670096 > > > On Thu, Apr 9, 2009 at 11:40 AM, Jack Liu <[hidden email]> wrote: > >> Hi, all >> What's the recommended workflow engine in OFBiz? >> Is it Shark? >> >> >> Best Regards, >> >> Jack Liu >> >> > |
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1 Not sure you will find a layout for workflow in the FAQ's more how to use EDA to make you own workflow. while your waiting you can go to http://docs.ofbiz.org/dashboard.action and Type in SECA and see the links you get each will give part of the puzzle Jack Liu sent the following on 4/9/2009 3:10 AM: > Thank you. > I hope this FAQ will come out as soon as possible. > > -----Original Message----- > From: Jacques Le Roux [mailto:[hidden email]] > Sent: 2009年4月9日 18:05 > To: [hidden email] > Subject: Re: workflow engine > > Actually not, OFBiz gave up on workflow engines. Shark was implemented last but never really used in OFBiz. Instead of using a > workflow engine, OFBiz use an Event Driven Architecture (EDA) and ECAs (SECA, EECA, MECA) are used in OFBiz to drive the workflow. I > will create a FAQ for that as this question come over and over > > Jacques > > From: "Michael Xu (xudong)" <[hidden email]> >> As I know, ofbiz uses its own workflow engine. You can get more information >> here: http://ofbiz.apache.org/docs/workflow.html >> >> -- >> Regards, >> Michael Xu (xudong) >> www.wizitsoft.com | Office: (8610) 6267 0615 ext 806 | Mobile: (86) 135 0135 >> 9807 | Fax: (8610) 62670096 >> >> >> On Thu, Apr 9, 2009 at 11:40 AM, Jack Liu <[hidden email]> wrote: >> >>> Hi, all >>> What's the recommended workflow engine in OFBiz? >>> Is it Shark? >>> >>> >>> Best Regards, >>> >>> Jack Liu >>> >>> > > > > Version: GnuPG v1.4.6 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFJ3dgQrP3NbaWWqE4RApJKAKCu++CaqC1Zz6IpwnbR+2WnF+GTWwCgt36O L2UJ5r4SrZmbVYk3iXKwIUg= =qcKa -----END PGP SIGNATURE----- |
In reply to this post by Jack Liu-2
Perhaps you can try our OFBiz-jBPM component, it's in LGPL.
http://www.langhua.cn/download/ofbiz-jbpm.html Good luck, Shi Jinghai/Beijing Langhua Ltd. 在 2009-04-09四的 11:40 +0800,Jack Liu写道: > Hi, all > What's the recommended workflow engine in OFBiz? > Is it Shark? > > > Best Regards, > > Jack Liu > |
JBPM is a very popular open source workflow engine.
But JBPM uses hibernate to implement its persistence, which is different from OFBiz. So how do you manage transaction? Thank you for your response! -----Original Message----- From: Shi Jinghai [mailto:[hidden email]] Sent: 2009年4月9日 21:24 To: [hidden email] Subject: Re: workflow engine Perhaps you can try our OFBiz-jBPM component, it's in LGPL. http://www.langhua.cn/download/ofbiz-jbpm.html Good luck, Shi Jinghai/Beijing Langhua Ltd. 在 2009-04-09四的 11:40 +0800,Jack Liu写道: > Hi, all > What's the recommended workflow engine in OFBiz? > Is it Shark? > > > Best Regards, > > Jack Liu > |
It is pretty easy to mix Service/Entity Engine and Hibernate code and have them participate in the same transaction as they both use JTA... just make sure they are both referring to the same UserTransaction and TransactionManager objects. -David On Apr 9, 2009, at 7:44 AM, Jack Liu wrote: > JBPM is a very popular open source workflow engine. > But JBPM uses hibernate to implement its persistence, which is > different from OFBiz. > So how do you manage transaction? > > Thank you for your response! > > -----Original Message----- > From: Shi Jinghai [mailto:[hidden email]] > Sent: 2009年4月9日 21:24 > To: [hidden email] > Subject: Re: workflow engine > > Perhaps you can try our OFBiz-jBPM component, it's in LGPL. > > http://www.langhua.cn/download/ofbiz-jbpm.html > > Good luck, > > Shi Jinghai/Beijing Langhua Ltd. > > > 在 2009-04-09四的 11:40 +0800,Jack Liu写道: >> Hi, all >> What's the recommended workflow engine in OFBiz? >> Is it Shark? >> >> >> Best Regards, >> >> Jack Liu >> > |
Administrator
|
In reply to this post by Jack Liu-2
Done
http://docs.ofbiz.org/pages/editpage.action?pageId=1379#FAQ-Tips-Tricks-Cookbook-HowTo-WorkflowEngines http://ofbiz.apache.org/docs/workflow.html (this lat one may takes some minutes before being updated) Jacques From: "Jack Liu" <[hidden email]> > Thank you. > I hope this FAQ will come out as soon as possible. > > -----Original Message----- > From: Jacques Le Roux [mailto:[hidden email]] > Sent: 2009年4月9日 18:05 > To: [hidden email] > Subject: Re: workflow engine > > Actually not, OFBiz gave up on workflow engines. Shark was implemented last but never really used in OFBiz. Instead of using a > workflow engine, OFBiz use an Event Driven Architecture (EDA) and ECAs (SECA, EECA, MECA) are used in OFBiz to drive the workflow. > I > will create a FAQ for that as this question come over and over > > Jacques > > From: "Michael Xu (xudong)" <[hidden email]> >> As I know, ofbiz uses its own workflow engine. You can get more information >> here: http://ofbiz.apache.org/docs/workflow.html >> >> -- >> Regards, >> Michael Xu (xudong) >> www.wizitsoft.com | Office: (8610) 6267 0615 ext 806 | Mobile: (86) 135 0135 >> 9807 | Fax: (8610) 62670096 >> >> >> On Thu, Apr 9, 2009 at 11:40 AM, Jack Liu <[hidden email]> wrote: >> >>> Hi, all >>> What's the recommended workflow engine in OFBiz? >>> Is it Shark? >>> >>> >>> Best Regards, >>> >>> Jack Liu >>> >>> >> > > > |
Administrator
|
Oops,
There has been something wrong there (I guess the server did not respond quickly enough when I saved, this is my damned ISP's fault I'm pretty sure :((() I will fix it when BJ will have finished to edit the page ;o) Jacques From: "Jacques Le Roux" <[hidden email]> > Done > > http://docs.ofbiz.org/pages/editpage.action?pageId=1379#FAQ-Tips-Tricks-Cookbook-HowTo-WorkflowEngines > http://ofbiz.apache.org/docs/workflow.html (this lat one may takes some minutes before being updated) > > Jacques > > From: "Jack Liu" <[hidden email]> >> Thank you. >> I hope this FAQ will come out as soon as possible. >> >> -----Original Message----- >> From: Jacques Le Roux [mailto:[hidden email]] >> Sent: 2009年4月9日 18:05 >> To: [hidden email] >> Subject: Re: workflow engine >> >> Actually not, OFBiz gave up on workflow engines. Shark was implemented last but never really used in OFBiz. Instead of using a >> workflow engine, OFBiz use an Event Driven Architecture (EDA) and ECAs (SECA, EECA, MECA) are used in OFBiz to drive the >> workflow. I >> will create a FAQ for that as this question come over and over >> >> Jacques >> >> From: "Michael Xu (xudong)" <[hidden email]> >>> As I know, ofbiz uses its own workflow engine. You can get more information >>> here: http://ofbiz.apache.org/docs/workflow.html >>> >>> -- >>> Regards, >>> Michael Xu (xudong) >>> www.wizitsoft.com | Office: (8610) 6267 0615 ext 806 | Mobile: (86) 135 0135 >>> 9807 | Fax: (8610) 62670096 >>> >>> >>> On Thu, Apr 9, 2009 at 11:40 AM, Jack Liu <[hidden email]> wrote: >>> >>>> Hi, all >>>> What's the recommended workflow engine in OFBiz? >>>> Is it Shark? >>>> >>>> >>>> Best Regards, >>>> >>>> Jack Liu >>>> >>>> >>> >> >> >> > > |
In reply to this post by Jacques Le Roux
Now I use OSworkflow as workflow engine in my project because it's very flexible.
Thank you all the same. -----Original Message----- From: Jacques Le Roux [mailto:[hidden email]] Sent: 2009年4月18日 5:05 To: [hidden email] Subject: Re: workflow engine Done http://docs.ofbiz.org/pages/editpage.action?pageId=1379#FAQ-Tips-Tricks-Cookbook-HowTo-WorkflowEngines http://ofbiz.apache.org/docs/workflow.html (this lat one may takes some minutes before being updated) Jacques From: "Jack Liu" <[hidden email]> > Thank you. > I hope this FAQ will come out as soon as possible. > > -----Original Message----- > From: Jacques Le Roux [mailto:[hidden email]] > Sent: 2009年4月9日 18:05 > To: [hidden email] > Subject: Re: workflow engine > > Actually not, OFBiz gave up on workflow engines. Shark was implemented last but never really used in OFBiz. Instead of using a > workflow engine, OFBiz use an Event Driven Architecture (EDA) and ECAs (SECA, EECA, MECA) are used in OFBiz to drive the workflow. > I > will create a FAQ for that as this question come over and over > > Jacques > > From: "Michael Xu (xudong)" <[hidden email]> >> As I know, ofbiz uses its own workflow engine. You can get more information >> here: http://ofbiz.apache.org/docs/workflow.html >> >> -- >> Regards, >> Michael Xu (xudong) >> www.wizitsoft.com | Office: (8610) 6267 0615 ext 806 | Mobile: (86) 135 0135 >> 9807 | Fax: (8610) 62670096 >> >> >> On Thu, Apr 9, 2009 at 11:40 AM, Jack Liu <[hidden email]> wrote: >> >>> Hi, all >>> What's the recommended workflow engine in OFBiz? >>> Is it Shark? >>> >>> >>> Best Regards, >>> >>> Jack Liu >>> >>> >> > > > |
In reply to this post by Shi Jinghai
I can't login you Langhua SVN to download source code of OFBiz-jBPM follow you OFBiz-jBPM组件 instructions.
please help me . many thanks. |
Hi Zhiyong,
The source code is here: http://langhua.org/opensource/ofbiz/ofbiz-jbpm/ It's open for anonymous. Regards, Shi Jinghai/Beijing Langhua Ltd. 在 2010-11-07日的 19:38 -0800,zhiyongcui写道: > I can't login you Langhua SVN to download source code of OFBiz-jBPM follow > you OFBiz-jBPM组件 instructions. > please help me . many thanks. > |
In reply to this post by Shi Jinghai
I can't login you Langhua SVN to download source code of OFBiz-jBPM follow you OFBiz-jBPM组件 instructions.
please help me . many thanks. |
In reply to this post by Shi Jinghai
Hi Shi:
How can I get the source code of project OFBiz-jBPM3.1.2-Processes. |
It's in the trunk, under processes folder. You can't miss it.:)
在 2010-11-08一的 22:22 -0800,zhiyongcui写道: > Hi Shi: > How can I get the source code of project OFBiz-jBPM3.1.2-Processes. |
The project processes has too many related jar, is there a way I can add it all?
or how to get a sample.process file I can upload in my jbpm component. |
In reply to this post by Shi Jinghai
Hi Shi:
I compile the processes project and get a file named sample-process.zip in target folder. But as I upload this file ,there is no response to me . |
since this file is not supported by the SVN, I suggest you contact him
directly. ========================= BJ Freeman Strategic Power Office with Supplier Automation <http://www.businessesnetwork.com/automation/viewforum.php?f=52> Specialtymarket.com <http://www.specialtymarket.com/> Systems Integrator-- Glad to Assist Chat Y! messenger: bjfr33man zhiyongcui sent the following on 11/9/2010 3:35 PM: > > Hi Shi: > I compile the processes project and get a file named sample-process.zip in > target folder. But as I upload this file ,there is no response to me . |
In reply to this post by Shi Jinghai
Hi Shi:
Some "cn.langhua.ofbiz.jbpm.tools.jbpm." in controller.xml should be changed to "org.langhua.ofbiz.jbpm.tools.jbpm." File jbpm_ofbiz.tld also have these questions. |
Free forum by Nabble | Edit this page |