Java API Server Side : change State of Workitem
![]()
Hello,
I'm coding an OperationParticipant and i would like to update a existing workitem to a specific state. I saw several post on the forum but i couldn' find a solution. i tried this : " WorkitemWorkingCopy.setWorkflowAction(String action)" But it seems only availlable on client side. Thanks for your help. Antoine |
Accepted answer
![]()
Ralph Schoon (62.0k●3●36●43)
| answered Nov 07 '13, 3:21 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Antoine,
I have explained that here: https://rsjazz.wordpress.com/2012/11/26/manipulating-work-item-states/ with example code. Antoine LELEU selected this answer as the correct answer
Comments Thanks Ralph,
I found on your site, everything i needed.
Antoine
Please accept the answer Antoine.
|