-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWorkItems.json
More file actions
executable file
·21 lines (21 loc) · 894 Bytes
/
WorkItems.json
File metadata and controls
executable file
·21 lines (21 loc) · 894 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"API": "/api/WorkItems?filters=State!=Canceled,State!=Succeeded,State!=Failed,State!=Created&orderby=DateCreated%20desc&offset=0&format=json",
"NOTE": "This is a distillation of ONLY the Work Items concerning this demonstration!",
"WorkItems": [{
"Id": "45b88b49-489c-e911-a2bb-f0921c167866",
"Name": "Gabon Input Data Request",
"Owner": "psylwester",
"DateCreated": "2019-07-01T21:36:30.6970000Z",
"LastModified": "2019-07-01T21:39:16.6630000Z",
"State": "Waiting",
"Worker": {
"Name": "InputDataWorker",
"Version": "1.0.0.0_RELEASE"
},
"EnvironmentName": "Bayesian",
"HostName": "IDMSPAPP11",
"WorkerInstanceId": "6f5de73f-b2f1-4c29-b44c-cc144b393771",
"WorkingDirectory":"\\\\internal.idm.ctr\\IDM-Test\\home\\psylwester\\workitems\\4cb\\88b\\494\\4cb88b49-489c-e911-a2bb-f0921c167866",
"WorkingDirectorySize": 0
}]
}