Hi,
Adding to my previous post, the context of my previous question is to be able to accomplish the equivalent of what the following code does.
manager.completeWorkItem(workItem.getId(), null);
The challenge I have is how to re-build the manager object using the REST API.
Experts, please let me know if my approach doesn't work. That way it will help me focus on a different approach.
Thank you.
-Ajay