Get details for specified workflow process
get/processes/processes/{processId}
Retrieves the details for a specified workflow process.
1{2 "links": [3 {4 "method": "GET",5 "rel": "self",6 "href": "/workflows/processes/processes/0009945e-71d3-11ee-be64-0242ac11001f",7 "uri": "/workflows/processes/processes/0009945e-71d3-11ee-be64-0242ac11001f",8 "type": "application/vnd.sas.investigation.workflow.process",9 "responseType": "application/vnd.sas.investigation.workflow.process+json"10 },11 {12 "method": "PUT",13 "rel": "suspend",14 "href": "/workflows/processes/processes/0009945e-71d3-11ee-be64-0242ac11001f/suspended",15 "uri": "/workflows/processes/processes/0009945e-71d3-11ee-be64-0242ac11001f/suspended"16 },17 {18 "method": "PUT",19 "rel": "resume",20 "href": "/workflows/processes/processes/0009945e-71d3-11ee-be64-0242ac11001f/resumed",21 "uri": "/workflows/processes/processes/0009945e-71d3-11ee-be64-0242ac11001f/resumed"22 },23 {24 "method": "DELETE",25 "rel": "cancel",26 "href": "/workflows/processes/processes/0009945e-71d3-11ee-be64-0242ac11001f",27 "uri": "/workflows/processes/processes/0009945e-71d3-11ee-be64-0242ac11001f"28 }29 ],30 "version": 1,31 "entityId": 100832,32 "entityName": "Test",33 "entityLabel": "Test Entity",34 "solutionName": "sas_visual_investigator_default",35 "solutionLabel": "SAS Visual Investigator",36 "workflowDefinitionId": "Test_workflow:3:2e6a0ee9-71d1-11ee-be64-0242ac11001f",37 "workflowName": "Test_workflow",38 "workflowLabel": "Test Workflow",39 "workflowLabelResource": "svi.workflow.Test.1698186261758.label.txt",40 "workflowDescriptionResource": "svi.workflow.Test.1698186261758.description.txt",41 "workflowVersion": 3,42 "entityInstanceId": "3621b37b-d14a-42d3-a823-fda599e6c839",43 "entityInstanceLabel": "3621b37b-d14a-42d3-a823-fda599e6c839",44 "id": "0009945e-71d3-11ee-be64-0242ac11001f",45 "isSuspended": false,46 "resumeFailed": false,47 "suspendFailed": false,48 "startedBy": "videmo",49 "startedAt": "2023-10-23T18:35:54.773Z",50 "state": "RUNNING"51}