Update process instance data
Hi everyone
Is it possible to update a process field or form field trough an REST API method?
I've tried the following REST API methods below. But they only support default attributes:
POST /AgilePointServer/Workflow/UpdateWorkItem/{workItemID} (https://documentation.agilepoint.com/11/developer/restmethodUpdateWorkItem.html)
POST /AgilePointServer/Workflow/UpdateProcInst/{processInstanceID}
(https://documentation.agilepoint.com/11/developer/restmethodUpdateProcInst.html)
Regards,
Tobias
-
Have you tried using this one:
https://documentation.agilepoint.com/11/developer/restmethodSetCustomAttrs.html
Please sign in to leave a comment.
Comments
2 comments