user-tasks
Operations addressed under /user-tasks — 8 operations.
aurax-bff-redirect-get-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<UserTaskDto>.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
ElementId | string | no |
BpmnProcessId | string | no |
ProcessDefinitionId | Guid | no |
FormDefinitionId | string | no |
Member names are the service's declaration names.
aurax-bff-redirect-get-user-task-list › 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.
aurax-bff-get-inbox-item-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<InboxItemListDto>.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
StartDate | DateTime? | yes |
StepStartDate | DateTime? | yes |
FormId | Guid | no |
StarterUserCode | string | no |
StarterOrganizationName | string | no |
ProcessName | string | no |
StepName | string | no |
CustomerNumber | string | no |
ProcessInstanceKey | long | no |
ProcessDefinitionId | Guid | no |
BpmnProcessId | string | no |
ProcessPriority | int? | yes |
ProcessUserTaskTranslations | IEnumerable<ProcessUserTaskTranslationDto> (collection) | no |
Member names are the service's declaration names.
path Parameters
isWorkflowPoolPresent in the route template but not declared as a Route-bound field in the catalog.
aurax-bff-get-inbox-item-list › 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.
aurax-bff-get-outbox-item-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<GetOutboxItemListDto>.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
StartDate | DateTime | no |
TransactionDate | DateOnly | no |
FormId | Guid | no |
CustomerNumber | string | no |
ProcessName | string | no |
StepName | string | no |
StepStartDate | DateTime | no |
ApprovalStatus | int | no |
ProcessInstanceKey | long | no |
ProcessInstanceId | Guid | no |
BpmnProcessId | string | no |
ProcessDefinitionId | Guid | no |
StarterUserCode | string | no |
InstanceState | string | no |
Member names are the service's declaration names.
aurax-bff-get-outbox-item-list › 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.
aurax-bff-redirect-update-user-task-status
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_25 | 400 | TASK_ALREADY_ASSIGNED | This record has been assigned to someone else. |
ERR_BPM_30 | 400 | TASK_NOT_FOUND | Task cannot be found. |
ERR_BPM_48 | 400 | TASK_STATUS_NOT_VALID | This record's assigned personnel information cannot be updated. |
path Parameters
idPresent in the route template but not declared as a Route-bound field in the catalog.
aurax-bff-redirect-update-user-task-status › 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.
aurax-bff-redirect-complete-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_27 | 400 | TASK_ASSIGNED_ANOTHER_USER | This task is assigned to another user. |
ERR_BPM_49 | 400 | USER_TASK_NOT_EXISTS | not published in this snapshot |
ERR_BPM_50 | 400 | JOB_NOT_FOUND_FOR_THIS_PROCESS_ELEMENT_INSTANCE_KEY | not published in this snapshot |
ERR_BPM_51 | 400 | MULTIPLE_JOB_FOUND_FOR_THIS_PROCESS_ELEMENT_INSTANCE_KEY | not published in this snapshot |
path Parameters
idPresent in the route template but not declared as a Route-bound field in the catalog.
aurax-bff-redirect-complete-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.
aurax-bff-redirect-get-user-task-status-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 GetUserTaskStatusDetailDto.
| Field | Declared type | Nullable |
|---|---|---|
CorrelationId | Guid | no |
ProcessInstanceKey | long | no |
ProcessDefinitionKey | long | no |
ProcessDefinitionId | Guid? | yes |
ElementInstanceKey | long | no |
ElementId | string | no |
ElementName | string | no |
FormId | Guid | no |
ApprovelStatus | int | no |
Mode | string | no |
Variables | Dictionary<string, object> | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_BPM_30 | 400 | TASK_NOT_FOUND | Task cannot be found. |
path Parameters
idPresent in the route template but not declared as a Route-bound field in the catalog.
aurax-bff-redirect-get-user-task-status-detail-list › 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.
aurax-bff-redirect-update-user-task-status-unassign
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_30 | 400 | TASK_NOT_FOUND | Task cannot be found. |
ERR_BPM_48 | 400 | TASK_STATUS_NOT_VALID | This record's assigned personnel information cannot be updated. |
path Parameters
idPresent in the route template but not declared as a Route-bound field in the catalog.
aurax-bff-redirect-update-user-task-status-unassign › 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.
aurax-bff-redirect-get-user-task-status-variables-by-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_30 | 400 | TASK_NOT_FOUND | Task cannot be found. |
path Parameters
idPresent in the route template but not declared as a Route-bound field in the catalog.
aurax-bff-redirect-get-user-task-status-variables-by-id › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT.