Vista combinada Visión Plana Vista de árbol
Discusiones [ Anterior | Siguiente ]
toggle
Bradai Salma
deploying workflow in to liferay
14 de marzo de 2011 7:45
Respuesta

Bradai Salma

Ranking: Junior Member

Mensajes: 53

Fecha de incorporación: 5 de febrero de 2011

Mensajes recientes

Hi,
I'm using liferay-portal-6.0.5,and jbpm as workflow engine which give (the Single Approver) as a default exemple,I want to use an other process definition (an other workflow),so
I have worked with the designer of jBPM and I want to use it in liferay
1-is it sufficient to put the. jar archive process in / liferay-portal-6.0.5/tomcat-6.0.26/webapps/jbpm-web/WEB-INF/lib
2-if not,how can i deploy my workflow in to liferay?
Marcellus Tavares
RE: deploying workflow in to liferay
14 de marzo de 2011 10:23
Respuesta

Marcellus Tavares

LIFERAY STAFF

Ranking: Regular Member

Mensajes: 131

Fecha de incorporación: 26 de octubre de 2009

Mensajes recientes

Hi Brandai, you have to upload it through control panel.

Cheers
Bradai Salma
RE: deploying workflow in to liferay
19 de marzo de 2011 0:18
Respuesta

Bradai Salma

Ranking: Junior Member

Mensajes: 53

Fecha de incorporación: 5 de febrero de 2011

Mensajes recientes

hi,thanks for reply,but it was not what I'm asking about,any way,it's fine now
but can you help me about the implementation of a new process definitioin
2-i'm using liferay-portal-6.0.5 and jbpm3 ,can i use swimlane to assign task to a user
1-if not,how can I assign task to a user?
Marcellus Tavares
RE: deploying workflow in to liferay
19 de marzo de 2011 12:34
Respuesta

Marcellus Tavares

LIFERAY STAFF

Ranking: Regular Member

Mensajes: 131

Fecha de incorporación: 26 de octubre de 2009

Mensajes recientes

Hi Brandai, take a look @ the definitions that are bundled with the jbpm-web plugin. You will find examples of task assignments.
Bradai Salma
RE: deploying workflow in to liferay
27 de marzo de 2011 13:11
Respuesta

Bradai Salma

Ranking: Junior Member

Mensajes: 53

Fecha de incorporación: 5 de febrero de 2011

Mensajes recientes

Hi Marcellus,
in a single approver exemple,we have to assign task to a role
any way,have you an idea if jbpm3+Liferay 6.0.5 support sending mail notification in process definition.xml?
Marcellus Tavares
RE: deploying workflow in to liferay
28 de marzo de 2011 8:09
Respuesta

Marcellus Tavares

LIFERAY STAFF

Ranking: Regular Member

Mensajes: 131

Fecha de incorporación: 26 de octubre de 2009

Mensajes recientes

Hi Brandai,

You can also assign to a specific user. Instead of <roles>, you can define a <user> tag:

1<user>
2  <email-address></email-address>
3  <screen-name></screen-name>
4  <user-id></user-id>
5</user>


You can choose one of these three attributes to identify an user.

Regarding your last question, Jbpm also supports mail notifications. You will find more informations @ jbpm docs.

Cheers
Bradai Salma
RE: deploying workflow in to liferay
1 de abril de 2011 0:50
Respuesta

Bradai Salma

Ranking: Junior Member

Mensajes: 53

Fecha de incorporación: 5 de febrero de 2011

Mensajes recientes

hi Marcellus,
thanks for reply,but i don't find any documentation about implementing a workflow process definition with jbpm3+Liferay 6.0.5,only the one exemple (the Single approver)which is not sufficient,so please can you tell me how to send mail notification?
please help,I really need it