cancel
Showing results for 
Search instead for 
Did you mean: 

Capability Question: changing bpm:assignee

fordville
Champ on-the-rise
Champ on-the-rise
Using the Javascript API, is it possible to change the bpm:assignee once a within the workflow has been task has been completed? 

There seems to be some posts here that hint that this can't be done with the Javascript API.

If so, anyone have a .js where a task was completed, then reassigned to another user?

Bruce
3 REPLIES 3

fordville
Champ on-the-rise
Champ on-the-rise
In evaluating Alfresco for a large firm, I've been asked to do some proof of concept work involving Alfresco's API.  It's my job to show that it's capable or not so that decisions can be made regarding purchases and consultants.  To that end, I sure could use answers to questions like this one.

mrogers
Star Contributor
Star Contributor
Here's how to do it in Java.          

params.put(ContentModel.PROP_OWNER, userName);
            this.getWorkflowService().updateTask(this.taskId, params, null, null);

fordville
Champ on-the-rise
Champ on-the-rise
I take this to mean that the Javascript API in not capable in this regard?
Getting started

Tags


Find what you came for

We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.