cancel
Showing results for 
Search instead for 
Did you mean: 

how to generate URL for displaying task details

vladimir_kovaly
Champ in-the-making
Champ in-the-making
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.
2 REPLIES 2

raweck
Champ on-the-rise
Champ on-the-rise
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.

poptarts
Champ in-the-making
Champ in-the-making
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.