掲示板

How to create workflow definition for organization managment

thumbnail
9年前 に Norbert Kandó によって更新されました。

How to create workflow definition for organization managment

New Member 投稿: 7 参加年月日: 14/07/23 最新の投稿
Hi!

Is it possible somehow to set a workflow for organization management? I'm using Liferay-6.2-ga2 CE.
I've created a portlet where users can create and edit organizations. It is a simplified interface for organization details, a form with a few fields (name, phone, website, some custom fields). The requirement is that an administrator should review and approve the organization changes.

Could you please help me with this?

Thanks,
Norbert
thumbnail
8年前 に Raju Choppari によって更新されました。

RE: How to create workflow definition for organization managment

Junior Member 投稿: 68 参加年月日: 14/08/04 最新の投稿
Have you found the Solution. If yes, please share it, we have same requirement
thumbnail
8年前 に Norbert Kandó によって更新されました。

RE: How to create workflow definition for organization managment

New Member 投稿: 7 参加年月日: 14/07/23 最新の投稿
No, we have not found a solution for this. Instead we switched to another approach and created a new entity (a custom asset) to store organizations. In this way we could easily add workflow for this entity.
thumbnail
8年前 に Meera Prince によって更新されました。

RE: How to create workflow definition for organization managment

Liferay Legend 投稿: 1111 参加年月日: 11/02/08 最新の投稿
Hi
Yes you have done right approach.
We can also try as follows
use the Organization ClassPK and map Classpk with desired workflow definition in WorkflowDefinitionLink table it says that organization creation associated with workflow defintion.
In Organization table we have Status Id column use this for save workflow constants.
While you add record in Organization_ Table make status ID column with Workflow constants like pedning(1)
next add record in workflowdistancelink and it will use workflowdefintionlink mapping id. this way organization is under workflow.

It may help you
http://www.liferaysavvy.com/2015/08/implement-kaleo-workflow-for-custom.html
http://www.liferaysavvy.com/2015/08/working-with-kaleo-workflow-in-liferay.html



Regards,
Meera Prince
thumbnail
8年前 に Raju Choppari によって更新されました。

RE: How to create workflow definition for organization managment

Junior Member 投稿: 68 参加年月日: 14/08/04 最新の投稿
Please can you give me the custom asset source code for the Organization