user-tasks
Operations addressed under /user-tasks — 11 operations.
get-user-task-list
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Invokes the get-user-task-list service definition through GET /user-tasks.
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.
query Parameters
orderByorderSortpageIndexpageSizeget-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.
bpmnProcessIdelementIdformDefinitionIdidprocessDefinitionIdcreate-user-task-status
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
create-user-task-status › Request Body
approvalStatusassignCodeelementInstanceKeyendDateformIdprocessInstanceKeystartDatecreate-user-task-status › Responses
Success. The schema is an anyOf over three envelopes: the record, a bare array of it, and a page {total, data[]} carrying the same record.
Decision Table
| Variant | Matching Criteria |
|---|---|
| type = object | |
| type = array | |
| type = object · requires: data |
idcreate-user-task-completed
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
path Parameters
processInstanceKeyelementInstanceKeycreate-user-task-completed › Request Body
approvalStatusvariablescreate-user-task-completed › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT.
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.
query Parameters
isWorkflowPoolorderByorderSortpageIndexpageSizeget-inbox-item-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.
approvalStatusbpmnProcessIdcustomerNamecustomerNumberformIdidisWorkflowPoolprocessDefinitionIdprocessInstanceKeyprocessNameprocessPrioritystartDatestarterOrganizationNamestarterUserCodestepNamestepStartDatetransactionDateget-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.
query Parameters
orderByorderSortpageIndexpageSizeget-outbox-item-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.
approvalStatusbpmnProcessIdcustomerNumberformIdidinstanceStateprocessDefinitionIdprocessInstanceIdprocessInstanceKeyprocessNamestartDatestarterUserCodestepNamestepStartDatetransactionDateupdate-user-task-status-approval
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
path Parameters
idupdate-user-task-status-approval › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT.
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
idupdate-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.
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
idcomplete-user-task › Request Body
approvalStatusvariablescomplete-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-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
idquery Parameters
modeget-user-task-status-detail-list › 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.
approvelStatuscorrelationIdelementIdelementInstanceKeyelementNameformIdidmodeprocessDefinitionIdprocessDefinitionKeyprocessInstanceKeyvariablesupdate-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
idupdate-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.
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
idget-user-task-status-variables-by-id › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT.