Containerization feature of SO
[so.git] / mso-api-handlers / mso-api-handler-infra / src / test / resources / __files / Camunda / GetTaskResponse.json
1 [
2         {
3                 "id": "TaskId300",
4                 "name": "My Task 300",
5                 "assignee": "assignee1",
6                 "created": "2018-01-09T01:32:02.750+0000",
7                 "due": null,
8                 "followUp": null,
9                 "delegationState": "PENDING",
10                 "description": "This have to be done very urgent",
11                 "executionId": null,
12                 "owner": "owner1",
13                 "parentTaskId": null,
14                 "priority": 30,
15                 "processDefinitionId": null,
16                 "processInstanceId": null,
17                 "taskDefinitionKey": null,
18                 "caseExecutionId": null,
19                 "caseInstanceId": "aCaseInstanceId",
20                 "caseDefinitionId": null,
21                 "suspended": false,
22                 "formKey": null,
23                 "tenantId": null
24         },
25         {
26                 "id": "b5fa707a-f55a-11e7-a796-005056856d52",
27                 "name": "Manual Handling User Task",
28                 "assignee": null,
29                 "created": "2018-01-09T16:32:40.704+0000",
30                 "due": null,
31                 "followUp": null,
32                 "delegationState": null,
33                 "description": null,
34                 "executionId": "b5d02c31-f55a-11e7-a796-005056856d52",
35                 "owner": null,
36                 "parentTaskId": null,
37                 "priority": 50,
38                 "processDefinitionId": "ManualHandling:62:1694eb4e-f4ac-11e7-bf39-005056856d52",
39                 "processInstanceId": "b5d02c31-f55a-11e7-a796-005056856d52",
40                 "taskDefinitionKey": "ManualHandlingUserTask",
41                 "caseExecutionId": null,
42                 "caseInstanceId": null,
43                 "caseDefinitionId": null,
44                 "suspended": false,
45                 "formKey": null,
46                 "tenantId": null
47         }
48 ]