Get all workflow processes
get/workflowProcesses
Returns all workflow processes that are associated with SAS Model Manager. The workflow processes are managed using the Workflow service. The processes in this list are defined in the Workflow service with the client registration ID for SAS Model Manager.
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}
Name | Type | Required | Description |
---|---|---|---|
filter | string<string> | false | The criteria for filtering the workflow processes. See Filtering in REST APIs. |
limit | integer<int32> | false | The maximum number of workflow processes to return. Default: 10 |
sortBy | string<sort-criteria> | false | The criteria for sorting the workflow processes. See Sorting in REST APIs. |
start | integer<int64> | false | The index of the first workflow process to return. Default: 0 |
Status | Meaning | Description | ||
---|---|---|---|---|
200 | OK | The request succeeded. | Schema | |
400 | Bad Request | The request was invalid. | Schema |