-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathAlert - Escalate to Incident (Link Relations).json
More file actions
95 lines (95 loc) · 3.45 KB
/
Alert - Escalate to Incident (Link Relations).json
File metadata and controls
95 lines (95 loc) · 3.45 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"@type": "Workflow",
"triggerLimit": null,
"name": "Alert - Escalate to Incident (Link Relations)",
"aliasName": null,
"tag": null,
"description": "This playbook will extract related records and assign to incident created",
"isActive": true,
"debug": false,
"singleRecordExecution": false,
"remoteExecutableFlag": false,
"parameters": [
"alert_iri"
],
"synchronous": false,
"collection": "\/api\/3\/workflow_collections\/3c3b049e-5ecb-464a-83f6-5af6a230c0ed",
"versions": [],
"triggerStep": "\/api\/3\/workflow_steps\/80feedc6-5b5e-42bc-a187-209a56af95fb",
"steps": [
{
"@type": "WorkflowStep",
"name": "Start",
"description": null,
"arguments": {
"step_variables": {
"input": {
"params": {
"alert_iri": "{{ vars.alert_iri }}"
}
}
}
},
"status": null,
"top": "40",
"left": "60",
"stepType": "\/api\/3\/workflow_step_types\/b348f017-9a94-471f-87f8-ce88b6a7ad62",
"uuid": "80feedc6-5b5e-42bc-a187-209a56af95fb"
},
{
"@type": "WorkflowStep",
"name": "Get Related Records",
"description": null,
"arguments": {
"related_records": "{{ (vars.input.params['alert_iri'] + \"?$relationships=true\") | fromIRI }}"
},
"status": null,
"top": "185",
"left": "256",
"stepType": "\/api\/3\/workflow_step_types\/04d0cf46-b6a8-42c4-8683-60a7eaa69e8f",
"uuid": "ab9b59a4-3997-44a5-a108-9c81dcea1019"
},
{
"@type": "WorkflowStep",
"name": "Return Related Records",
"description": null,
"arguments": {
"assets_record_list": "{{vars.related_records.assets | json_query('[*].\"@id\"[]')}}",
"indicators_record_list": "{{vars.related_records.indicators | json_query('[*].\"@id\"[]')}}"
},
"status": null,
"top": "320",
"left": "420",
"stepType": "\/api\/3\/workflow_step_types\/04d0cf46-b6a8-42c4-8683-60a7eaa69e8f",
"uuid": "6d97d184-9e07-47e2-9ca9-b524c344c404"
}
],
"routes": [
{
"@type": "WorkflowRoute",
"name": "Start -> Get Related Records",
"targetStep": "\/api\/3\/workflow_steps\/ab9b59a4-3997-44a5-a108-9c81dcea1019",
"sourceStep": "\/api\/3\/workflow_steps\/80feedc6-5b5e-42bc-a187-209a56af95fb",
"label": null,
"isExecuted": false,
"uuid": "5b9ac819-c97a-4787-b87d-334c7c310d61"
},
{
"@type": "WorkflowRoute",
"name": "Get Related Records -> Return Related Records",
"targetStep": "\/api\/3\/workflow_steps\/6d97d184-9e07-47e2-9ca9-b524c344c404",
"sourceStep": "\/api\/3\/workflow_steps\/ab9b59a4-3997-44a5-a108-9c81dcea1019",
"label": null,
"isExecuted": false,
"uuid": "85b8226d-f40e-46d6-bbfb-2867d9e80b4a"
}
],
"priority": "\/api\/3\/picklists\/2b563c61-ae2c-41c0-a85a-c9709585e3f2",
"uuid": "f35b7874-4a53-45e1-a686-86a605ea7dcf",
"owners": [],
"isPrivate": false,
"deletedAt": null,
"recordTags": [
"system"
]
}