summaryrefslogtreecommitdiffstats
path: root/mso-api-handlers/mso-api-handler-infra/src/test/resources/__files/catalogdb/WorkflowSpecificationsForServiceWorkflows_Response.json
blob: 9a836e033b78e87ed5c076e9447100b4a2ccae42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
  "_embedded": {
    "workflow": [
      {
        "artifactChecksum": "MANUAL RECORD",
        "artifactName": "DummyServiceWorkflow",
        "artifactUUID": "a1fe8726-66d5-3e7f-2212-7e5h662e9255",
        "body": null,
        "created": "2020-06-29T08:28:15.000+0000",
        "description": "Dummy Service Workflow to test custom Service workflow",
        "id": 4,
        "name": "Dummy Service Workflow",
        "operationName": "DummyServiceWorkflow",
        "pnfResourceWorkflow": null,
        "resourceTarget": "service",
        "source": "native",
        "timeoutMinutes": null,
        "version": 1.0,
        "_links": {
          "self": {
            "href": "http://localhost:8090/workflow/search/findByResourceTarget?resourceTarget=service"
          },
          "workflow": {
            "href": "http://localhost:8090/workflow/5"
          },
          "workflowActivitySpecSequence": {
            "href": "http://localhost:8090/workflow/5/workflowActivitySpecSequence"
          }
        }
      }
    ]
  },
  "_links": {
    "self": {
      "href": "http://localhost:8090/workflow/search/findByResourceTarget?resourceTarget=service"
    },
    "workflowActivitySpecSequence": {
      "href": "http://localhost:8090/workflow/5/workflowActivitySpecSequence"
    }
  }
}