OsWorkflow Integration

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|

OsWorkflow Integration

nvnaresh
Is it possible to integrate OSWorkflow engine for order management in OfBiz?

Thanks,
Naresh
Reply | Threaded
Open this post in threaded view
|

Re: OsWorkflow Integration

David E. Jones-2

Yes. It would require a little coding, but most certainly yes. In  
fact, I'm pretty sure it's been done before... and hopefully those who  
have played with it will see this and comment.

-David


On Jun 8, 2009, at 8:29 AM, [hidden email] wrote:

> Is it possible to integrate OSWorkflow engine for order management  
> in OfBiz?
>
> Thanks,
> Naresh

Reply | Threaded
Open this post in threaded view
|

RE: OsWorkflow Integration

Jack Liu-2
In reply to this post by nvnaresh
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
Reply | Threaded
Open this post in threaded view
|

Tibco workflow Integration

nadhiya
In reply to this post by nvnaresh
Hi all,

   I want to know more about workflow in OFBiz. I am using Tibco Business studio.
   Can anyone help me on this.


Thanks & Regards,
Nadhiys
Reply | Threaded
Open this post in threaded view
|

Re: Tibco workflow Integration

Anil Gupta
I think following link will help you:
http://ofbiz.apache.org/docs/workflow.html



On 04/30/2012 03:33 PM, nadhiya wrote:

> Hi all,
>
>     I want to know more about workflow in OFBiz. I am using Tibco Business
> studio.
>     Can anyone help me on this.
>
>
> Thanks&  Regards,
> Nadhiys
>
> --
> View this message in context: http://ofbiz.135035.n4.nabble.com/OsWorkflow-Integration-tp162418p4597796.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.

--
Thanks&  Regards
Anil Gupta

Reply | Threaded
Open this post in threaded view
|

Re: Tibco workflow Integration

Jacques Le Roux
Administrator
In reply to this post by nadhiya
https://cwiki.apache.org/confluence/display/OFBIZ/Is+OFBiz+for+Me#IsOFBizforMe-OFBizWorkflow(EDAArchitecture

Jacques

From: "nadhiya" <[hidden email]>

> Hi all,
>
>   I want to know more about workflow in OFBiz. I am using Tibco Business
> studio.
>   Can anyone help me on this.
>
>
> Thanks & Regards,
> Nadhiys
>
> --
> View this message in context: http://ofbiz.135035.n4.nabble.com/OsWorkflow-Integration-tp162418p4597796.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
Reply | Threaded
Open this post in threaded view
|

Re: Tibco workflow Integration

nadhiya
Hi ,

Thanks  for your quick response.
I just want to know whether ofbiz supports Tibco? If so what are the requirements ?
Say for example i have process diagram and i want the same to be displayed in ofbiz .
Is it enough to import "ProcessPackage.xpdl" file in ofbiz ?

Regards,
Nadhiya Shanmugam.