Foros de discusión

How to Apply Workflow for Multiple Language in Kaleo ?

thumbnail
Amit Doshi, modificado hace 11 años.

How to Apply Workflow for Multiple Language in Kaleo ?

Liferay Master Mensajes: 550 Fecha de incorporación: 29/12/10 Mensajes recientes
Hi All,

The Scenario is as follows :-

We have near about 15 languages in a single site( or Community).

So, we want to develop the kaleo workflow like if the content is written in Spain Language then it goes to the Spain Administrator, If written in Hindi Language then goes to the Hindi Administrator etc.

So, for Different Languages there will be different Administrators. Is it possible to do ?

Is there any way through which we can identify the Content language in workflow and pass it to that particular administrator?

Need your help.

Thanks & Regards,
Amit Doshi
thumbnail
Amit Doshi, modificado hace 11 años.

RE: How to Apply Workflow for Multiple Language in Kaleo ?

Liferay Master Mensajes: 550 Fecha de incorporación: 29/12/10 Mensajes recientes
Anyone worked on this type of Scenario.. Please help................
thumbnail
Juan Gonzalez P, modificado hace 11 años.

RE: How to Apply Workflow for Multiple Language in Kaleo ?

Liferay Legend Mensajes: 3089 Fecha de incorporación: 28/10/08 Mensajes recientes
In 6.1 you can have scripts for dynamic assignments.

Here is an example:

https://github.com/liferay/liferay-plugins/blob/master/webs/kaleo-web/docroot/WEB-INF/src/META-INF/definitions/single-approver-definition-scripted-assignment.xml

In your case you could get the locale and get the needed role(s)...