Fórumok

Workflow

Rashmi Agnihotri, módosítva 12 év-val korábban

Workflow

Junior Member Bejegyzések: 89 Csatlakozás dátuma: 2011.09.13. Legújabb bejegyzések
Hello All,

From the menu "Workflow Configuration" I want to remove the entities. I mean that i dont want to send blogs entry in the workflow process.

Pllllzzzzzzzzzz suggest me some solution.

Thanks,
Rashmi Agnihotri
thumbnail
Pankaj Kathiriya, módosítva 12 év-val korábban

RE: Workflow

Liferay Master Bejegyzések: 722 Csatlakozás dátuma: 2010.08.05. Legújabb bejegyzések
Hi Rashmi,

By Keeping Workflow as Default for Blog Entry , blog's entries will not go in workflow process which is obvious.

To removing entities from WorkFlow Configuration Screen, you can override view_resources.jspf by creating hook.

In this jspf there is List of WorkflowHandler, you can filter that List by className, and that className[com.liferay.portlet.blogs.model.BlogsEntry] entity will not appear in screen.

I dont see any other solution for this issue.

HTH,
Thanks,
Pankaj
Rashmi Agnihotri, módosítva 12 év-val korábban

RE: Workflow

Junior Member Bejegyzések: 89 Csatlakozás dátuma: 2011.09.13. Legújabb bejegyzések
Pankaj... Thanks a lot for ur quick help.. I will try this