process-definition-drafts
Operations addressed under /process-definition-drafts — 4 operations.
Get Temporary Process Definitions
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Invokes the get-process-definition-draft-list service definition through GET /process-definition-drafts.
Turkish display name: Geçici Process Definitionları listeleme
Response body, read from the service source
The route declares its response as IEnumerable<ProcessDefinitionDraftDto>.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
UserCode | string | no |
BpmnProcessId | string | no |
XmlResource | string | no |
Member names are the service's declaration names.
query Parameters
orderByorderSortpageIndexpageSizeGet Temporary Process Definitions › Responses
Success. Returns a collection of records. Of 135 operations in this state that were probed (measured against a reference deployment on parameterless GET routes only), 118 answered and 118 returned a bare JSON array.
Array of catalog-declared response records.
bpmnProcessIdiduserCodexmlResourcecreate temporary process definition
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Invokes the create-process-definition-draft service definition through POST /process-definition-drafts.
Turkish display name: geçici process definition oluşturur
Response body, read from the service source
The route returns AuraCommandDto<Guid>, which is the response body itself and not a wrapper around one: the framework declares it as a class with a single property, Id, of type Guid. A caller gets a JSON OBJECT with one field, not a bare value. The field is id on the wire.
| Field | Name on the wire | Declared type | Nullable |
|---|---|---|---|
Id | id | Guid | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_BPM_35 | 400 | PROCESS_DEFINITION_DRAFT_ALREADY_EXISTS | There is already a temporary process definition with the same id for the user |
create temporary process definition › Request Body
userCodexmlResourcebpmnProcessIdcreate temporary process definition › Responses
Success. An exact, uniquely bound route registration declares the command-id envelope, so this schema is the code-backed body contract.
idIdentifier returned by the command.
update temporary process definition
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Invokes the update-process-definition-draft service definition through PUT /process-definition-drafts/{id}.
Turkish display name: geçici process definition günceller
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_BPM_36 | 400 | PROCESS_DEFINITION_DRAFT_IS_NOT_FOUND | Process Definition Draft cannot be found. |
path Parameters
idupdate temporary process definition › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.
delete temporary process definition
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Invokes the delete-process-definition-draft service definition through DELETE /process-definition-drafts/{id}.
Turkish display name: geçici process definition siler
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_BPM_36 | 400 | PROCESS_DEFINITION_DRAFT_IS_NOT_FOUND | Process Definition Draft cannot be found. |
path Parameters
iddelete temporary process definition › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.