how to generate URL for displaying task details

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2007 07:41 AM
My workflow contains an action that sends a message to person when the new task is assigned to him/her.
I stuck on generating an URL for the tasks. I can't figure out what is the URL for referencing a task from email. When accessing task from "My Alfresco" page it look URL-unfriendly http://localhost:8080/alfresco/faces/jsp/dashboards/container.jsp
Please suggest me the pattern for URL.
I stuck on generating an URL for the tasks. I can't figure out what is the URL for referencing a task from email. When accessing task from "My Alfresco" page it look URL-unfriendly http://localhost:8080/alfresco/faces/jsp/dashboards/container.jsp
Please suggest me the pattern for URL.
Labels:
- Labels:
-
Archive
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2008 05:48 PM
I found something here http://wiki.alfresco.com/wiki/URL_Addressability but I can not build working url basing on this.
I constructed something like this:
http://localhost:8080/alfresco/command/ui/managetask?id=taskId&type=taskType
for example:
http://localhost:8080/alfresco/command/ui/managetask?id=jbpm$2&type={http://www.alfresco.org/model/w...
but it works only if I log in before I use this url.
I constructed something like this:
http://localhost:8080/alfresco/command/ui/managetask?id=taskId&type=taskType
for example:
http://localhost:8080/alfresco/command/ui/managetask?id=jbpm$2&type={http://www.alfresco.org/model/w...
but it works only if I log in before I use this url.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2008 10:30 AM
My workflow contains an action that sends a message to person when the new task is assigned to him/her.
I stuck on generating an URL for the tasks. I can't figure out what is the URL for referencing a task from email. When accessing task from "My Alfresco" page it look URL-unfriendly http://localhost:8080/alfresco/faces/jsp/dashboards/container.jsp
Please suggest me the pattern for URL.
Take a look at Jeff Potts' guide here:
http://ecmarchitect.com/archives/2007/11/19/785
Near the end of the pdf, he shows an example of accessing stuff directly from email. Hope that helps.
