Hello guys,
i need to take a existing job and update it with a version name.
Reading the documentation i have seen that i can do it using "versions" parameter into post request, like in this link: https://developers.arcgis.com/workflow-manager/api-reference/rest/update-job/
The response of request is true and my payload:
{
"versions": [
{
"versionName": "xyz.VERS_IN_USE"
}
]
}
Now when i run the getJobs request, into response the parameter "activeVersions" is a empty array, instead i should see the versione name that i have passed before.
I'm using ArcGIS WFM 10.9.1.
The documentation is correct? I need to do something other or how i can modify the activeVersions?
It's possibile to create a new job and associate him with a existing version?
Thanks