Forums de discussion

Workflow Task URL in email notification

thumbnail
Irina Russkaya, modifié il y a 6 années.

Workflow Task URL in email notification

Junior Member Publications: 44 Date d'inscription: 02/12/16 Publications récentes
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, modifié il y a 6 années.

RE: Workflow Task URL in email notification

Regular Member Publications: 122 Date d'inscription: 18/01/12 Publications récentes
Are you facing issues with appropriate URL or embedding it correctly in the mail template?
thumbnail
Amos Fong, modifié il y a 6 années.

RE: Workflow Task URL in email notification

Liferay Legend Publications: 2047 Date d'inscription: 07/10/08 Publications récentes
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, modifié il y a 3 années.

RE: Workflow Task URL in email notification

Regular Member Publications: 152 Date d'inscription: 18/12/06 Publications récentes
Does anybody know how I can link to a specific workflow task in 7.3.2?  The above is not working anymore.