Hi, Naresh
It's not difficult to integrate OSWorkflow into OFBiz, but it requires some little coding and customizations described as below:
1. You'd better create a component for OSWorkflow under directory specialpurpose and put source codes of OSWorkflow in this component, you would find you need to do some change to its source code regarding OFBiz or implement your own classes because some API of OFBiz has been changed or deprecated but OSWorkflow didn't follow that.
2.Customize OFBiz's Workflow Store by inheriting OfbizWorkflowStore.java and overriding method query(WorkflowExpressionQuery query);
3.Open osworkflow.xml and change persistence class to your customized class above;
4.In directory osworkflow-2.8.0\src\etc\deployment\ofbiz,you could find the definitions of entities of OSWorkflow, you should know how to do with these files if you are familiar with OFBiz;
Ok, if you follow these steps I think you'll integrate it successfully.
-----Original Message-----
From:
[hidden email] [mailto:
[hidden email]]
Sent: 2009年6月8日 22:30
To:
[hidden email]
Subject: OsWorkflow Integration
Is it possible to integrate OSWorkflow engine for order management in OfBiz?
Thanks,
Naresh