-
Issue
- You may need to access a user's tasks without including their name in the URL or by explicitly including it.
Environment
- Quarterly Release
- DXP 7.4+
- DXP 7.3
Resolution
-
Without User Identifier: It is possible to access my user tasks without including their identifier in the URL. For example:
- $DOMAIN/group/guest/~/control_panel/manage?p_p_id=com_liferay_portal_workflow_task_web_portlet_MyWorkflowTaskPortlet
- $domain/manage?p_p_id=com_liferay_portal_workflow_task_web_portlet_MyWorkflowTaskPortlet
-
With User Identifier: Or you can use the user identifier. For example:
- $DOMAIN/group/$USER/~/control_panel/manage?p_p_id=com_liferay_portal_workflow_task_web_portlet_MyWorkflowTaskPortlet&p_p_lifecycle=0
- You may need to access a user's tasks without including their name in the URL or by explicitly including it.