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