Update Workflow Assignee with JavaScript in WebScript
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-08-2010 03:43 PM
Hi All,
I need to dynamically assign a workflow task to the user claiming the task through a WebScript UI. Is there a recommended way of doing this? Is there a specific property you can set within the task?
Thanks,
Tony
I need to dynamically assign a workflow task to the user claiming the task through a WebScript UI. Is there a recommended way of doing this? Is there a specific property you can set within the task?
Thanks,
Tony
Labels:
- Labels:
-
Archive
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-26-2010 09:18 AM
I have the same problem. I would like to assign all tasks that belong to one person to another by calling a webscript.
Regards,
Ronnie
Regards,
Ronnie

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-27-2010 03:05 AM
Hi guys,
to change the task owner you need to set the the owner of the task to the user you want to assign the task to.
Until version 3.0 wasn't possible to directly update task properties. I don't know if in newer version this was changed.
Here you can find a snippet of a java solution: http://forums.alfresco.com/en/viewtopic.php?f=34&t=23648 .
I hope this can help.
to change the task owner you need to set the the owner of the task to the user you want to assign the task to.
Until version 3.0 wasn't possible to directly update task properties. I don't know if in newer version this was changed.
Here you can find a snippet of a java solution: http://forums.alfresco.com/en/viewtopic.php?f=34&t=23648 .
I hope this can help.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-22-2011 05:45 AM
Up!
Hi all,
at this date (Alfresco 3.4e), is there any javascript code which can update a task owner?
And better, a script which can update all properties of a wf task?
If there's only the java-backed webscript solution, can i have more details on how to implement it?
I never used Eclipse to customize my Alfresco, only javascript, json and freemarker…
I've an other topic on the Workflow forum : http://forums.alfresco.com/en/viewtopic.php?f=34&t=39757
Thanks.
Hi all,
at this date (Alfresco 3.4e), is there any javascript code which can update a task owner?
And better, a script which can update all properties of a wf task?
If there's only the java-backed webscript solution, can i have more details on how to implement it?
I never used Eclipse to customize my Alfresco, only javascript, json and freemarker…
I've an other topic on the Workflow forum : http://forums.alfresco.com/en/viewtopic.php?f=34&t=39757
Thanks.
