Methods / Process Definition Methods |
REST
POST
Updates a process definition without using version control. This method is intended for minor changes only, such as typographical errors. Warning: Changes made using this method circumvent version control, meaning changes are not tracked, and versions cannot be managed. Do not use this call for making any major changes to the process definition.
https://[domain]:[port]/AgilePointServer/Workflow/UpdateProcDef
https://[domain]:[port]/AgilePointService/Workflow/UpdateProcDef
Name | Description |
---|---|
None | Not Applicable |
Name | Description |
---|---|
xml |
|
$("#btnUpdateProcDef").click(function () { var JSONData = { xml: '<process template XML string>' }; $.ajax({ url: 'http://mydomain:9011/AgilePointServer/Workflow/UpdateProcDef', data: JSON.stringify(JSONData) }); });
Returns the unique identifier for the process definition that is updated.
"String content"
AgilePoint BPMS v5.0 R2 and higher