Get a workflow process

get/workflowProcesses/{processId}

Returns a specific workflow process that has been associated with SAS Model Manager. The workflow is managed and authorized in the Workflow service. The process is available only if it has a client registration ID for SAS Model Manager.

Request Samples

1

Response Samples

1{
2 "id": "string",
3 "parentId": "string",
4 "name": "string",
5 "createdTimeStamp": "2019-08-24T14:15:22Z",
6 "createdBy": "string",
7 "state": "string",
8 "description": "string",
9 "associations": [
10 {
11 "id": "string",
12 "processId": "string",
13 "processName": "string",
14 "parentProcessId": "string",
15 "solutionObjectType": "string",
16 "solutionObjectId": "string",
17 "solutionObjectName": "string",
18 "solutionObjectUri": "string",
19 "solutionObjectMediaType": "string",
20 "version": 0,
21 "links": [
22 {
23 "method": "string",
24 "rel": "string",
25 "uri": "string",
26 "href": "string",
27 "title": "string",
28 "type": "string",
29 "itemType": "string",
30 "responseType": "string",
31 "responseItemType": "string"
32 }
33 ]
34 }
35 ],
36 "version": -2147483648,
37 "links": [
38 {
39 "method": "string",
40 "rel": "string",
41 "uri": "string",
42 "href": "string",
43 "title": "string",
44 "type": "string",
45 "itemType": "string",
46 "responseType": "string",
47 "responseItemType": "string"
48 }
49 ]
50}

Path Parameters

NameTypeRequiredDescription
processId
string
true

The ID of the workflow process.

Responses

StatusMeaningDescription
200OK

The request succeeded.

Schema
400Bad Request

The request was invalid.

Schema
404Not Found

The process ID was not found.

Schema