POST {repositoryId}/Process/Sync?modelUrl={modelUrl}
Executes a syncronous process.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
modelUrl |
Model URL. |
string |
Required |
repositoryId |
ID of the resource repository (optional). |
string |
Default value is |
Body Parameters
Process inputs.
DataSetName | Description | Type | Additional information |
---|---|---|---|
Fields | Dictionary of Object [key] and Object [value] |
None. |
|
StructureHash | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Fields": null, "StructureHash": "sample string 1" }
application/xml, text/xml
Sample:
<DataSet xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/openwork.Information"> <_x003C_Fields_x003E_k__BackingField xmlns:d2p1="http://www.openworkbpm.com/schema" i:nil="true" /> <structureHash>sample string 1</structureHash> </DataSet>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
The process output.
DataSetName | Description | Type | Additional information |
---|---|---|---|
Fields | Dictionary of Object [key] and Object [value] |
None. |
|
StructureHash | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Fields": null, "StructureHash": "sample string 1" }
application/xml, text/xml
Sample:
<DataSet xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/openwork.Information"> <_x003C_Fields_x003E_k__BackingField xmlns:d2p1="http://www.openworkbpm.com/schema" i:nil="true" /> <structureHash>sample string 1</structureHash> </DataSet>