| Methods / Process Definition Methods | |
REST
POST
Adds a new process definition to the AgilePoint Server.
https://[domain]:[port]/AgilePointServer/Workflow/CreateProcDef
https://[domain]:[port]/AgilePointService/Workflow/CreateProcDef
| Name | Description | 
|---|---|
| None | Not Applicable | 
| Name | Description | 
|---|---|
xml  | 
        
          
  | 
        
      
$("#btnCreateProcDef").click(function () {
  
  var JSONData = { xml: '<process template XML string>' }; 
 
  $.ajax({
    url: 'http://mydomain:9011/AgilePointServer/Workflow/CreateProcDef',
    data: JSON.stringify(JSONData)
  });
});
        
      Unique ID of the process definition, which the AgilePoint system generates.
"String content"
AgilePoint BPMS v5.0 R2 and higher