Foren

Software catalog portlet in workflow

thumbnail
Charu Babbar, geändert vor 12 Jahren.

Software catalog portlet in workflow

Regular Member Beiträge: 167 Beitrittsdatum: 13.09.11 Neueste Beiträge
Hi all,

How can I send software catalog portlet in kaleo workflow when I register the product.

Thanks
thumbnail
Thiago Leão Moreira, geändert vor 12 Jahren.

RE: Software catalog portlet in workflow

Liferay Legend Beiträge: 1449 Beitrittsdatum: 10.10.07 Neueste Beiträge
If I understood your question right I have to say that this is not supported by Liferay.
thumbnail
Nagendra Kumar Busam, geändert vor 12 Jahren.

RE: Software catalog portlet in workflow

Liferay Master Beiträge: 678 Beitrittsdatum: 07.07.09 Neueste Beiträge
out-of-the-box it is not supported by Liferay. You have to customize liferay code to achieve what you need - of course you need use ext plugins for this.

Here are the steps you need to do

> You need to change the service.xml of software catalog to support workflow functionality

> You many need to change the liferay-portlet.xml to have a entry for workflow-handler element

> Relevant Impl (XXXLocalServiceImpl & XXXServiceImpl) classes for software catalog to support workflow (For this check default portlets which are supporting workflow)

If somebody has better ideas they can always share their inputs.