Get details for a specified workflow definition

get/revisions/{workflowId}
Internal-Use Only

Retrieves details for a specified workflow definition.

Request Samples

1

Response Samples

1{
2 "links": [
3 {
4 "method": "GET",
5 "rel": "self",
6 "href": "/svi-datahub/workflows/revisions/intel_report_workflow:4:4e4bfd6e-a5fa-11e8-9397-0242ac110013",
7 "uri": "/svi-datahub/workflows/revisions/intel_report_workflow:4:4e4bfd6e-a5fa-11e8-9397-0242ac110013",
8 "type": "application/vnd.sas.investigation.workflow.workflow",
9 "responseType": "application/vnd.sas.investigation.workflow.workflow+json"
10 }
11 ],
12 "version": 2,
13 "entityId": 100909,
14 "entityName": "intel_report_workflow:4:4e4bfd6e-a5fa-11e8-9397-0242ac110013",
15 "entityLabel": "Intelligence Report",
16 "solutionName": "sas_visual_investigator_default",
17 "solutionLabel": "SAS Visual Investigator",
18 "id": "intel_report_workflow:1:077599fc-30b7-11ee-9b68-c6e83977fdb1",
19 "labelResource": "svi.workflow.intel_report.1690927313673.label.txt",
20 "descriptionResource": "svi.workflow.intel_report.1690927313673.description.txt",
21 "graphicalModel": "{\"class\":\"go.GraphLinksModel\"}",
22 "enabled": true,
23 "useForAutoStart": true,
24 "autoStartOrder": 1,
25 "createdAt": "2023-08-01T22:01:55.913Z",
26 "createdBy": "user1",
27 "lastUpdatedAt": "2023-08-01T22:01:55.913Z",
28 "lastUpdatedBy": "user",
29 "publishCode": "OPEN",
30 "name": "intel_report_workflow",
31 "label": "Intel Report Workflow",
32 "workflowVersion": 1
33}

Path Parameters

NameTypeRequiredDescription
workflowId
string
true

The ID of the workflow definition.

Query Parameters

NameTypeRequiredDescription
includeXMLModel
boolean
false

Include the generated BPMN model.

Default:
false

Responses

StatusMeaningDescription
200OKThe operation was successful.HeadersSchema
404Not FoundNo workflow definition exists at the requested path.Schema