process-definitions
Operations addressed under /process-definitions — 31 operations.
get-process-definition-list
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as IEnumerable<ProcessDefinitionDto>.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
BpmnProcessId | string | no |
ProcessDefinitionKey | long? | yes |
ResourceName | string | no |
DeploymentTime | DateTime | no |
VersionNo | int? | yes |
WaitForResponse | bool | no |
CanStarterUserApprove | bool | no |
CanPreviousUserApprove | bool | no |
UsageType | int? | yes |
ProcessName | string | no |
ProcessPriority | int? | yes |
Member names are the service's declaration names.
query Parameters
orderByorderSortpageIndexpageSizeget-process-definition-list › 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.
bpmnProcessIdcanPreviousUserApprovecanStarterUserApprovedeploymentTimeidprocessDefinitionKeyprocessNameprocessPriorityresourceNameusageTypePermitted values — validated against the usage_type parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | Service | en: Service · ar: خدمة |
2 | BPM | en: BPM · ar: معدل ضربات القلب |
4 | Rule | en: Rule · ar: قاعدة |
3 | Formula | en: Formula · ar: الصيغة |
5 | DistributedQuery | en: Distributed Query · ar: استعلام موزع |
6 | Keycloak | en: Keycloak Service · ar: خدمة كي-كلاوك |
7 | Camunda | en: Camunda Service · ar: خدمة كاموندা |
8 | TaskList | en: Task List · ar: قائمة المهام |
versionwaitForResponsecreate-process-definition
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
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_20 | 400 | PROCESS_DEFINITION_ALREADY_EXISTS | Process definition already exists. |
create-process-definition › Request Body
bpmnProcessIdcanPreviousUserApprovecanStarterUserApproveprocessDefinitionKeyprocessNameresourceresourceNameusageTypePermitted values — validated against the usage_type parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | Service | en: Service · ar: خدمة |
2 | BPM | en: BPM · ar: معدل ضربات القلب |
4 | Rule | en: Rule · ar: قاعدة |
3 | Formula | en: Formula · ar: الصيغة |
5 | DistributedQuery | en: Distributed Query · ar: استعلام موزع |
6 | Keycloak | en: Keycloak Service · ar: خدمة كي-كلاوك |
7 | Camunda | en: Camunda Service · ar: خدمة كاموندা |
8 | TaskList | en: Task List · ar: قائمة المهام |
versionwaitForResponsecreate-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.
get-process-definition-by-bpmn-process-id
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as ProcessDefinitionExtendedDto.
| Field | Declared type | Nullable |
|---|---|---|
XmlResource | string | no |
Id | Guid | no |
BpmnProcessId | string | no |
ProcessDefinitionKey | long? | yes |
ResourceName | string | no |
DeploymentTime | DateTime | no |
VersionNo | int? | yes |
WaitForResponse | bool | no |
CanStarterUserApprove | bool | no |
CanPreviousUserApprove | bool | no |
UsageType | int? | yes |
ProcessName | string | no |
ProcessPriority | int? | yes |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_BPM_21 | 400 | PROCESS_DEFINITION_IS_NOT_FOUND | Process definition cannot be found. |
path Parameters
bpmnProcessIdget-process-definition-by-bpmn-process-id › Responses
Success. The catalog declares this returns a single record. Of 25 operations in this state with a probeable route, 8 answered and 6 returned a single record — the other two returned a collection and a bare boolean.
bpmnProcessIddeploymentTimeidprocessDefinitionKeyresourceNameversionNowaitForResponsexmlResourceget-process-definition-not-deployed-list
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as IEnumerable<ProcessDefinitionDto>.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
BpmnProcessId | string | no |
ProcessDefinitionKey | long? | yes |
ResourceName | string | no |
DeploymentTime | DateTime | no |
VersionNo | int? | yes |
WaitForResponse | bool | no |
CanStarterUserApprove | bool | no |
CanPreviousUserApprove | bool | no |
UsageType | int? | yes |
ProcessName | string | no |
ProcessPriority | int? | yes |
Member names are the service's declaration names.
query Parameters
get-process-definition-not-deployed-list › 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.
bpmnProcessIdcanPreviousUserApprovecanStarterUserApprovedeploymentTimeidprocessDefinitionKeyresourceNameversionNowaitForResponseget-process-definition-by-id
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as ProcessDefinitionByIdDto.
| Field | Declared type | Nullable |
|---|---|---|
Name | string | no |
Path | string | no |
OperationType | int | no |
XmlResource | string | no |
Id | Guid | no |
BpmnProcessId | string | no |
ProcessDefinitionKey | long? | yes |
ResourceName | string | no |
DeploymentTime | DateTime | no |
VersionNo | int? | yes |
WaitForResponse | bool | no |
CanStarterUserApprove | bool | no |
CanPreviousUserApprove | bool | no |
UsageType | int? | yes |
ProcessName | string | no |
ProcessPriority | int? | yes |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_BPM_21 | 400 | PROCESS_DEFINITION_IS_NOT_FOUND | Process definition cannot be found. |
path Parameters
idget-process-definition-by-id › Responses
Success. The catalog declares this returns a single record. Of 25 operations in this state with a probeable route, 8 answered and 6 returned a single record — the other two returned a collection and a bare boolean.
bpmnProcessIdcanPreviousUserApprovecanStarterUserApprovedeploymentTimeidnameoperationTypepathprocessDefinitionKeyprocessPriorityresourceNameusageTypePermitted values — validated against the usage_type parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | Service | en: Service · ar: خدمة |
2 | BPM | en: BPM · ar: معدل ضربات القلب |
4 | Rule | en: Rule · ar: قاعدة |
3 | Formula | en: Formula · ar: الصيغة |
5 | DistributedQuery | en: Distributed Query · ar: استعلام موزع |
6 | Keycloak | en: Keycloak Service · ar: خدمة كي-كلاوك |
7 | Camunda | en: Camunda Service · ar: خدمة كاموندা |
8 | TaskList | en: Task List · ar: قائمة المهام |
versionNowaitForResponsexmlResourceupdate-process-definition
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_BPM_21 | 400 | PROCESS_DEFINITION_IS_NOT_FOUND | Process definition cannot be found. |
path Parameters
idupdate-process-definition › Request Body
canPreviousUserApprovecanStarterUserApproveprocessDefinitionKeyprocessNameresourceresourceNameusageTypePermitted values — validated against the usage_type parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | Service | en: Service · ar: خدمة |
2 | BPM | en: BPM · ar: معدل ضربات القلب |
4 | Rule | en: Rule · ar: قاعدة |
3 | Formula | en: Formula · ar: الصيغة |
5 | DistributedQuery | en: Distributed Query · ar: استعلام موزع |
6 | Keycloak | en: Keycloak Service · ar: خدمة كي-كلاوك |
7 | Camunda | en: Camunda Service · ar: خدمة كاموندা |
8 | TaskList | en: Task List · ar: قائمة المهام |
versionwaitForResponseprocessPriorityupdate-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.
get-process-definition-detail-list
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as IEnumerable<ProcessDefinitionDetailDto>.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
ProcessDefinitionKey | long | no |
ResourceName | string | no |
XmlResource | string | no |
VersionNo | int | no |
DeploymentTime | DateTime | no |
UsageType | int? | yes |
ProcessName | string | no |
Member names are the service's declaration names.
path Parameters
idquery Parameters
orderByorderSortpageIndexpageSizeget-process-definition-detail-list › 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.
deploymentTimeidprocessDefinitionKeyresourceNameversionNoxmlResourcecreate-process-definition-detail
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
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_21 | 400 | PROCESS_DEFINITION_IS_NOT_FOUND | Process definition cannot be found. |
ERR_BPM_22 | 400 | PROCESS_DEFINITION_DETAIL_ALREADY_EXISTS | Process definition detail already exists. |
path Parameters
idcreate-process-definition-detail › Request Body
processDefinitionKeyprocessNameresourceresourceNameusageTypePermitted values — validated against the usage_type parameter.
| Value | Meaning |
|---|---|
1 | Service |
2 | BPM |
4 | Rule |
3 | Formula |
5 | Distributed Query |
6 | Keycloak Service |
7 | Camunda Service |
8 | Task List |
Permitted values — validated against the usage_type parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | Service | en: Service · ar: خدمة |
2 | BPM | en: BPM · ar: معدل ضربات القلب |
4 | Rule | en: Rule · ar: قاعدة |
3 | Formula | en: Formula · ar: الصيغة |
5 | DistributedQuery | en: Distributed Query · ar: استعلام موزع |
6 | Keycloak | en: Keycloak Service · ar: خدمة كي-كلاوك |
7 | Camunda | en: Camunda Service · ar: خدمة كاموندা |
8 | TaskList | en: Task List · ar: قائمة المهام |
versionwaitForResponseeditedResourcecreate-process-definition-detail › 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-process-definition-detail
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_BPM_21 | 400 | PROCESS_DEFINITION_IS_NOT_FOUND | Process definition cannot be found. |
ERR_BPM_23 | 400 | PROCESS_DEFINITION_DETAIL_IS_NOT_FOUND | Process definition detail cannot be found. |
path Parameters
idprocessDefinitionDetailIdupdate-process-definition-detail › 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.
get-process-element-list
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as IEnumerable<ProcessElementDto>.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
ElementId | string | no |
BpmnElementType | string | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_BPM_21 | 400 | PROCESS_DEFINITION_IS_NOT_FOUND | Process definition cannot be found. |
ERR_BPM_23 | 400 | PROCESS_DEFINITION_DETAIL_IS_NOT_FOUND | Process definition detail cannot be found. |
path Parameters
idprocessDefinitionDetailIdquery Parameters
orderByorderSortpageIndexpageSizeget-process-element-list › 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.
bpmnElementTypeelementIdidcreate-process-element
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
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_21 | 400 | PROCESS_DEFINITION_IS_NOT_FOUND | Process definition cannot be found. |
ERR_BPM_23 | 400 | PROCESS_DEFINITION_DETAIL_IS_NOT_FOUND | Process definition detail cannot be found. |
path Parameters
idprocessDefinitionDetailIdcreate-process-element › 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.
create-process-element-with-details
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_BPM_21 | 400 | PROCESS_DEFINITION_IS_NOT_FOUND | Process definition cannot be found. |
ERR_BPM_23 | 400 | PROCESS_DEFINITION_DETAIL_IS_NOT_FOUND | Process definition detail cannot be found. |
path Parameters
idprocessDefinitionDetailIdcreate-process-element-with-details › 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.
get-process-element-flow-list
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as IEnumerable<ProcessElementFlowDto>.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid? | yes |
FromProcessElementId | Guid? | yes |
ToProcessElementId | Guid? | yes |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_BPM_21 | 400 | PROCESS_DEFINITION_IS_NOT_FOUND | Process definition cannot be found. |
ERR_BPM_23 | 400 | PROCESS_DEFINITION_DETAIL_IS_NOT_FOUND | Process definition detail cannot be found. |
ERR_BPM_34 | 400 | PROCESS_ELEMENT_NOT_FOUND | Process Element cannot be found. |
path Parameters
idprocessDefinitionDetailIdprocessElementIdquery Parameters
orderByorderSortpageIndexpageSizeget-process-element-flow-list › 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.
fromProcessElementIdidtoProcessElementIdcreate-process-element-flow
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
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_21 | 400 | PROCESS_DEFINITION_IS_NOT_FOUND | Process definition cannot be found. |
ERR_BPM_23 | 400 | PROCESS_DEFINITION_DETAIL_IS_NOT_FOUND | Process definition detail cannot be found. |
ERR_BPM_34 | 400 | PROCESS_ELEMENT_NOT_FOUND | Process Element cannot be found. |
path Parameters
idprocessDefinitionDetailIdprocessElementIdcreate-process-element-flow › Request Body
fromProcessElementIdtoProcessElementIdcreate-process-element-flow › 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.
get-process-element-property-list
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as IEnumerable<ProcessElementPropertyDto>.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
PropertyKey | string | no |
PropertyValue | string | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_BPM_21 | 400 | PROCESS_DEFINITION_IS_NOT_FOUND | Process definition cannot be found. |
ERR_BPM_23 | 400 | PROCESS_DEFINITION_DETAIL_IS_NOT_FOUND | Process definition detail cannot be found. |
ERR_BPM_34 | 400 | PROCESS_ELEMENT_NOT_FOUND | Process Element cannot be found. |
path Parameters
idprocessDefinitionDetailIdprocessElementIdquery Parameters
orderByorderSortpageIndexpageSizeget-process-element-property-list › 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.
idpropertyKeypropertyValuecreate-process-element-property
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
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_21 | 400 | PROCESS_DEFINITION_IS_NOT_FOUND | Process definition cannot be found. |
ERR_BPM_23 | 400 | PROCESS_DEFINITION_DETAIL_IS_NOT_FOUND | Process definition detail cannot be found. |
ERR_BPM_34 | 400 | PROCESS_ELEMENT_NOT_FOUND | Process Element cannot be found. |
path Parameters
idprocessDefinitionDetailIdprocessElementIdcreate-process-element-property › Request Body
propertyKeypropertyValuecreate-process-element-property › 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.
get-process-definition-stopper-list
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as IEnumerable<ProcessDefinitionStopperDto>.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
ErrorCode | string | no |
IsProcessStop | bool | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_BPM_21 | 400 | PROCESS_DEFINITION_IS_NOT_FOUND | Process definition cannot be found. |
path Parameters
idquery Parameters
orderByorderSortpageIndexpageSizeget-process-definition-stopper-list › Responses
Success. The catalog declares no response fields for this operation. It returns a collection of records — but the record's fields are not declared.
create-process-definition-stopper
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
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_21 | 400 | PROCESS_DEFINITION_IS_NOT_FOUND | Process definition cannot be found. |
ERR_BPM_52 | 400 | ERROR_CODE_CANNOT_BE_EMPTY | not published in this snapshot |
path Parameters
idcreate-process-definition-stopper › Request Body
errorCodeisProcessStopcreate-process-definition-stopper › 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.
get-process-definition-stopper-by-id
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as ProcessDefinitionStopperDto.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
ErrorCode | string | no |
IsProcessStop | bool | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_BPM_21 | 400 | PROCESS_DEFINITION_IS_NOT_FOUND | Process definition cannot be found. |
ERR_BPM_53 | 400 | PROCESS_DEFINITION_STOPPER_ID_NOT_FOUND | not published in this snapshot |
path Parameters
idprocessDefinitionStopperIdget-process-definition-stopper-by-id › Responses
Success. The catalog declares this returns a single record. Of 25 operations in this state with a probeable route, 8 answered and 6 returned a single record — the other two returned a collection and a bare boolean.
errorCodeidisProcessStopupdate-process-definition-stopper
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_BPM_52 | 400 | ERROR_CODE_CANNOT_BE_EMPTY |
path Parameters
idprocessDefinitionStopperIdupdate-process-definition-stopper › Request Body
errorCodeisProcessStopupdate-process-definition-stopper › 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-process-definition-stopper
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
path Parameters
idprocessDefinitionStopperIddelete-process-definition-stopper › 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.
get-process-user-task-list
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as IEnumerable<ProcessUserTaskDto>.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
ProcessDefinitionId | Guid | no |
OrganizationApprovementType | int | no |
ElementId | string | no |
ValidationSchema | string | no |
Translations | IEnumerable<ProcessUserTaskTranslationDto> (collection) | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_BPM_21 | 400 | PROCESS_DEFINITION_IS_NOT_FOUND | Process definition cannot be found. |
path Parameters
idquery Parameters
orderByorderSortpageIndexpageSizeget-process-user-task-list › 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.
elementIdidorganizationApprovementTypePermitted values — validated against the organization_approval_type parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | Only Users Organization Approve | en: Only Users Organization can Approve · ar: فقط منظمة المستخدمين يمكنها الموافقة |
2 | Any User Approve | en: Any User can Approve · ar: أي مستخدم يمكنه الموافقة |
processDefinitionIdvalidationSchemacreate-process-user-task
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
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_21 | 400 | PROCESS_DEFINITION_IS_NOT_FOUND | Process definition cannot be found. |
path Parameters
idcreate-process-user-task › Request Body
elementIdorganizationApprovementTypePermitted values — validated against the organization_approval_type parameter.
| Value | Meaning |
|---|---|
1 | Only Users Organization can Approve |
2 | Any User can Approve |
Permitted values — validated against the organization_approval_type parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | Only Users Organization Approve | en: Only Users Organization can Approve · ar: فقط منظمة المستخدمين يمكنها الموافقة |
2 | Any User Approve | en: Any User can Approve · ar: أي مستخدم يمكنه الموافقة |
validationSchemacreate-process-user-task › 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-user-tasks-status-except-ids
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route returns List<string>, a scalar rather than an object. There is no field tree below because there are no fields: the body is a JSON array of JSON strings. This is a complete answer read from the declaration, not a gap.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_BPM_21 | 400 | PROCESS_DEFINITION_IS_NOT_FOUND | Process definition cannot be found. |
path Parameters
idupdate-user-tasks-status-except-ids › Responses
Success. The catalog declares no response fields for this operation. It returns a collection of records — but the record's fields are not declared.
get-process-user-task-by-id
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as ProcessUserTaskDto.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
ProcessDefinitionId | Guid | no |
OrganizationApprovementType | int | no |
ElementId | string | no |
ValidationSchema | string | no |
Translations | IEnumerable<ProcessUserTaskTranslationDto> (collection) | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_BPM_21 | 400 | PROCESS_DEFINITION_IS_NOT_FOUND | Process definition cannot be found. |
ERR_BPM_57 | 400 | PROCESS_USER_TASK_NOT_EXISTS | Process User Task Id not found. |
path Parameters
idprocessUserTaskIdget-process-user-task-by-id › Responses
Success. The catalog declares this returns a single record. Of 25 operations in this state with a probeable route, 8 answered and 6 returned a single record — the other two returned a collection and a bare boolean.
elementIdidorganizationApprovementTypePermitted values — validated against the organization_approval_type parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | Only Users Organization Approve | en: Only Users Organization can Approve · ar: فقط منظمة المستخدمين يمكنها الموافقة |
2 | Any User Approve | en: Any User can Approve · ar: أي مستخدم يمكنه الموافقة |
processDefinitionIdvalidationSchemaupdate-process-user-task
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_BPM_21 | 400 | PROCESS_DEFINITION_IS_NOT_FOUND | Process definition cannot be found. |
path Parameters
idprocessUserTaskIdupdate-process-user-task › Request Body
elementIdorganizationApprovementTypePermitted values — validated against the organization_approval_type parameter.
| Value | Meaning |
|---|---|
1 | Only Users Organization can Approve |
2 | Any User can Approve |
Permitted values — validated against the organization_approval_type parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | Only Users Organization Approve | en: Only Users Organization can Approve · ar: فقط منظمة المستخدمين يمكنها الموافقة |
2 | Any User Approve | en: Any User can Approve · ar: أي مستخدم يمكنه الموافقة |
validationSchemaupdate-process-user-task › 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-process-user-task
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_BPM_21 | 400 | PROCESS_DEFINITION_IS_NOT_FOUND | Process definition cannot be found. |
path Parameters
idprocessUserTaskIddelete-process-user-task › 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.
get-process-user-task-action-map-list
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as IEnumerable<ProcessUserTaskActionMapDto>.
| Field | Declared type | Nullable |
|---|---|---|
ProcessUserTaskId | Guid | no |
Id | Guid | no |
ActionId | Guid | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_BPM_21 | 400 | PROCESS_DEFINITION_IS_NOT_FOUND | Process definition cannot be found. |
ERR_BPM_57 | 400 | PROCESS_USER_TASK_NOT_EXISTS | Process User Task Id not found. |
path Parameters
idprocessUserTaskIdquery Parameters
orderByorderSortpageIndexpageSizeget-process-user-task-action-map-list › Responses
Success. An exact, uniquely bound route registration classifies this response as a collection.
create-process-user-task-action-map
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
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_21 | 400 | PROCESS_DEFINITION_IS_NOT_FOUND | Process definition cannot be found. |
path Parameters
idprocessUserTaskIdcreate-process-user-task-action-map › 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.
delete-process-user-task-action-map-by-action-id
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_BPM_21 | 400 | PROCESS_DEFINITION_IS_NOT_FOUND | Process definition cannot be found. |
ERR_BPM_64 | 400 | PROCESS_USER_TASK_ACTION_NOT_FOUND | Process user task action record cannot be found |
path Parameters
idprocessUserTaskIdactionIddelete-process-user-task-action-map-by-action-id › 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.
update-process-user-task-action-map
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_BPM_21 | 400 | PROCESS_DEFINITION_IS_NOT_FOUND | Process definition cannot be found. |
path Parameters
idprocessUserTaskIdprocessUserTaskActionMapIdupdate-process-user-task-action-map › 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.