07-11-2017 07:03 AM
Hello, i am new to Alfresco. I am creating and managing workflow using REST API(front end is PHP). When i am trying to update a task assignee, value doesn't change.
props.put(WorkflowModel.ASSOC_ASSIGNEE, assignee);
serviceRegistry.getWorkflowService().updateTask(taskId, props, null, null);
serviceRegistry.getWorkflowService().endTask("", "");
Any suggestion??
Thanks in Advance.
07-13-2017 01:58 PM
Presumably you're using the ECM/content repository? If so it would be best to post the question under the ECM forum. But there is a post on that forum already which might answer your question - reassign one user task to other user through java
Explore our Alfresco products with the links below. Use labels to filter content by product module.