Foros de discusión

Software catalog portlet in workflow

thumbnail
Charu Babbar, modificado hace 12 años.

Software catalog portlet in workflow

Regular Member Mensajes: 167 Fecha de incorporación: 13/09/11 Mensajes recientes
Hi all,

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

Thanks
thumbnail
Thiago Leão Moreira, modificado hace 12 años.

RE: Software catalog portlet in workflow

Liferay Legend Mensajes: 1449 Fecha de incorporación: 10/10/07 Mensajes recientes
If I understood your question right I have to say that this is not supported by Liferay.
thumbnail
Nagendra Kumar Busam, modificado hace 12 años.

RE: Software catalog portlet in workflow

Liferay Master Mensajes: 678 Fecha de incorporación: 7/07/09 Mensajes recientes
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.