Get active workflow tasks

get/workflowTasks
Internal-Use Only

Returns active workflow tasks that are associated with SAS Model Manager. These are tasks where the authenticated user is either the owner or a potential owner. The tasks are managed using the Workflow service.

Request Samples

1

Response Samples

1{
2 "id": "string",
3 "processId": "string",
4 "processTaskId": "string",
5 "name": "string",
6 "definitionName": "string",
7 "actualOwner": "string",
8 "state": "string",
9 "stateTimeStamp": "2019-08-24T14:15:22Z",
10 "taskDueTimeStamp": "2019-08-24T14:15:22Z",
11 "creationTimeStamp": "2019-08-24T14:15:22Z",
12 "createdBy": "string",
13 "associations": [
14 {
15 "id": "string",
16 "processId": "string",
17 "processName": "string",
18 "parentProcessId": "string",
19 "solutionObjectType": "string",
20 "solutionObjectId": "string",
21 "solutionObjectName": "string",
22 "solutionObjectUri": "string",
23 "solutionObjectMediaType": "string",
24 "version": 0,
25 "links": [
26 {
27 "method": "string",
28 "rel": "string",
29 "uri": "string",
30 "href": "string",
31 "title": "string",
32 "type": "string",
33 "itemType": "string",
34 "responseType": "string",
35 "responseItemType": "string"
36 }
37 ]
38 }
39 ],
40 "links": [
41 {
42 "method": "string",
43 "rel": "string",
44 "uri": "string",
45 "href": "string",
46 "title": "string",
47 "type": "string",
48 "itemType": "string",
49 "responseType": "string",
50 "responseItemType": "string"
51 }
52 ],
53 "resourceCollection": [
54 {
55 "name": "string",
56 "start": 0,
57 "limit": 0,
58 "count": 0,
59 "accept": "string",
60 "links": [
61 {
62 "method": "string",
63 "rel": "string",
64 "uri": "string",
65 "href": "string",
66 "title": "string",
67 "type": "string",
68 "itemType": "string",
69 "responseType": "string",
70 "responseItemType": "string"
71 }
72 ],
73 "version": 0,
74 "items": []
75 }
76 ]
77}

Query Parameters

NameTypeRequiredDescription
limit
integer<int32>
false

The maximum number of workflow tasks to return.

Default:
10
start
integer<int64>
false

The index of the first workflow tasks to return.

Default:
0

Responses

StatusMeaningDescription
200OKThe request succeeded.Schema
400Bad RequestThe request was invalid.Schema