Fórum

Workflow Task URL in email notification

thumbnail
Irina Russkaya, modificado 6 Anos atrás.

Workflow Task URL in email notification

Junior Member Postagens: 44 Data de Entrada: 02/12/16 Postagens Recentes
Hi,

how can I send a workflow task URL in an email notification? I have a workflow definition with freemarker template for email, but I want also to send a link to workflow task in this email. Is it possible?

I've tried
<#assign wTasksURL = portalURL+"/group/control_panel/manage?p_p_id=153&p_p_lifecycle=0&p_p_state=maximized&p_p_mode=view&doAsGroupId="+groupId+"&refererPlid=">


from Liferay 6.2 Tutorial

but without success.

Liferay 7.0 CE GA3
thumbnail
Shivam Aggarwal, modificado 6 Anos atrás.

RE: Workflow Task URL in email notification

Regular Member Postagens: 122 Data de Entrada: 18/01/12 Postagens Recentes
Are you facing issues with appropriate URL or embedding it correctly in the mail template?
thumbnail
Amos Fong, modificado 6 Anos atrás.

RE: Workflow Task URL in email notification

Liferay Legend Postagens: 2047 Data de Entrada: 07/10/08 Postagens Recentes
This is what I've used:
						<#assign workflowTaskURL = portaURL + "/group/control_panel/manage?p_p_id=153&p_p_lifecycle=0&p_p_state=maximized&p_p_mode=view&_153_struts_action=%2Fmy_workflow_tasks%2Fedit_workflow_task&_153_workflowTaskId=" + kaleoTaskInstanceToken.getKaleoTaskInstanceTokenId()?c />
thumbnail
Andre Kreienbring, modificado 3 Anos atrás.

RE: Workflow Task URL in email notification

Regular Member Postagens: 152 Data de Entrada: 18/12/06 Postagens Recentes
Does anybody know how I can link to a specific workflow task in 7.3.2?  The above is not working anymore.