[PUT] /{id}/file
/api/bpm/process-definitions/{id}/file
Description | Saves the complete XML workflow model file for the process definition identified by id, overwriting the existing model on the server. The XML file to be stored should first be retrieved via GET /api/bpm/process-definitions/{id}/file. The process definition must be locked for editing (state The The
|
|---|---|
Required Systemrole | R_WFEDIT_START (ID = 21) |
Request Method | PUT |
Request Mandatory Query Parameters |
|
Request Optional Query Parameters |
|
Minimum Version | BPM Service: 1.6.0 |
Request Example |
Send XML body with the following structure: <os:Package xmlns:os="AS-SCHEMA:WORKFLOW" Id="1F596884B6554ECB8311EF0F9B6A381B">
<PackageHeader>
...
</PackageHeader>
<TypeDeclarations>
...
</TypeDeclarations>
<WorkflowProcesses>
<WorkflowProcess Id="07A1B5CB252F48F0B1AC0E45E5EBAD42" Name="SperrfristTest">
...
</WorkflowProcess>
</WorkflowProcesses>
</os:Package> |
Result Codes |
|