Hi,
I am trying to update the status of a JOB thru the REST API by using the Update REST endpoint; however, this keeps failing...
Example:
http://<myserver>/arcgis/rest/services/Workflows/QuickStart_WorkflowManagerService/WMServer/jobs/job/1009/update?f=json&properties={�??status�?�:23}
�?�where 23 is the OOTB status of �??Working�?�.
I get the following error:
{�??error�?�:{�??code�?�:400,�?�message�?�:�?�Access denied.�?�,�?�details�?�:[]}}
Does this infer permissions? I have UpdateProperties permission on this user, but is there another that I need?
Workflow Manager for Server 10.1...
Many thanks in advance!
Robin