Get Work Items
Gets specified work items
| Endpoint | http://ace-nightly-test/bpm/work/v1/workItems/240 Request Method: GET |
| Request Payload |
N/A |
| Response | {
"id": "240",
"visible": true,
"header": {
"distributionStrategy": {
"stringKey": "WMdsOffer",
"description": "Offer"
},
"priority": 50,
"startDate": "2024-06-27T09:26:04.293Z",
"name": "UserTask2",
"description": "User Task 2",
"flags": {
"scheduleStatus": {
"stringKey": "WMschedStatusDuring",
"description": "During"
}
},
"itemContext": {
"activityId": "t:002g3t.sh",
"activityName": "UserTask2",
"appInstance": "p:0a203t",
"appName": "NewProjectProcess",
"appVersion": 1,
"appId": "_pstycFtHEe21XL-QAoREuA"
},
"userId": "tibco-admin",
"workType": {
"uid": "WT__-B8pYFtLEe21XL-QAoREuA",
"version": "1.3.0.20240305061735796"
}
},
"state": {
"stringKey": "WMstateAllocated",
"description": "Allocated"
},
"body": {
"inouts": [
{
"name": "IntegerCorrelationField",
"simple": [
"16783.0"
]
},
{
"name": "BooleanCorrelationField",
"simple": [
"true"
]
},
{
"name": "TimeCorrelationField",
"simple": [
"13:30:00"
]
},
{
"name": "TimeoneCorrelationField",
"simple": [
"2022-12-18T05:20:00.000Z"
]
},
{
"name": "DateCorrelationField",
"simple": [
"2022-12-15"
]
},
{
"name": "DecimalCorrelationField",
"simple": [
"11.5"
]
},
{
"name": "URICorrelationField",
"simple": [
"http://ace=nightly-test"
]
},
{
"name": "TextCorrelationField",
"simple": [
"abc"
]
}
]
},
"version": "1"
}
|