forked from demisto/content
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplaybook-RasterizeImageTest.yml
185 lines (185 loc) · 3.44 KB
/
playbook-RasterizeImageTest.yml
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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
id: RasterizeImageTest
version: -1
name: RasterizeImageTest
description: Test rasterize-image command
starttaskid: "0"
tasks:
"0":
id: "0"
taskid: 68de2c2c-6c0d-4167-83e7-20d0bc09f48a
type: start
task:
id: 68de2c2c-6c0d-4167-83e7-20d0bc09f48a
version: -1
name: ""
iscommand: false
brand: ""
nexttasks:
'#none#':
- "2"
separatecontext: false
view: |-
{
"position": {
"x": 50,
"y": 50
}
}
note: false
"1":
id: "1"
taskid: 250330ca-f4af-42b2-8184-e905b8ec493c
type: regular
task:
id: 250330ca-f4af-42b2-8184-e905b8ec493c
version: -1
name: Generate File
scriptName: GenerateImageFileEntry
type: regular
iscommand: false
brand: ""
nexttasks:
'#none#':
- "3"
separatecontext: false
view: |-
{
"position": {
"x": 50,
"y": 370
}
}
note: false
"2":
id: "2"
taskid: 858d11de-d159-4b08-880d-dc93f68bdcd6
type: regular
task:
id: 858d11de-d159-4b08-880d-dc93f68bdcd6
version: -1
name: Clear Context
scriptName: DeleteContext
type: regular
iscommand: false
brand: ""
nexttasks:
'#none#':
- "1"
scriptarguments:
all:
simple: "yes"
index: {}
key: {}
keysToKeep: {}
subplaybook: {}
separatecontext: false
view: |-
{
"position": {
"x": 50,
"y": 195
}
}
note: false
"3":
id: "3"
taskid: 3df4c118-611d-48bf-8d8d-a49b2c49fe74
type: regular
task:
id: 3df4c118-611d-48bf-8d8d-a49b2c49fe74
version: -1
name: Rasterize
script: '|||rasterize-image'
type: regular
iscommand: true
brand: ""
nexttasks:
'#none#':
- "4"
scriptarguments:
EntryID:
simple: ${File.EntryID}
entryID: {}
separatecontext: false
view: |-
{
"position": {
"x": 50,
"y": 550
}
}
note: false
"4":
id: "4"
taskid: 807c3513-5fa8-44b5-8e6e-3272b790c24d
type: condition
task:
id: 807c3513-5fa8-44b5-8e6e-3272b790c24d
version: -1
name: Check file
type: condition
iscommand: false
brand: ""
nexttasks:
"yes":
- "5"
separatecontext: false
conditions:
- label: "yes"
condition:
- - operator: greaterThan
left:
value:
simple: InfoFile.Size
iscontext: true
right:
value:
simple: "0"
view: |-
{
"position": {
"x": 50,
"y": 720
}
}
note: false
"5":
id: "5"
taskid: 27764f12-bf79-4f42-85ee-b775ac78439e
type: regular
task:
id: 27764f12-bf79-4f42-85ee-b775ac78439e
version: -1
name: Close
script: Builtin|||closeInvestigation
type: regular
iscommand: true
brand: Builtin
scriptarguments:
assetid: {}
closeNotes: {}
closeReason: {}
id: {}
separatecontext: false
view: |-
{
"position": {
"x": 50,
"y": 895
}
}
note: false
view: |-
{
"linkLabelsPosition": {},
"paper": {
"dimensions": {
"height": 940,
"width": 380,
"x": 50,
"y": 50
}
}
}
inputs: []
outputs: []