forked from demisto/content
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplaybook-RandomStringGenerateTest.yml
125 lines (125 loc) · 2.26 KB
/
playbook-RandomStringGenerateTest.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
id: RandomStringGenerateTest
version: -1
name: RandomStringGenerateTest
starttaskid: "0"
tasks:
"0":
id: "0"
taskid: c52944e6-e59d-4aa0-89e1-d5288aedb945
type: start
task:
id: c52944e6-e59d-4aa0-89e1-d5288aedb945
version: -1
name: ""
iscommand: false
brand: ""
nexttasks:
'#none#':
- "1"
separatecontext: false
view: |-
{
"position": {
"x": 50,
"y": 50
}
}
note: false
"1":
id: "1"
taskid: 6666dfd1-07dd-403c-81ee-1cdf9ae9d0b1
type: regular
task:
id: 6666dfd1-07dd-403c-81ee-1cdf9ae9d0b1
version: -1
name: Generate String
scriptName: GenerateRandomString
type: regular
iscommand: false
brand: ""
nexttasks:
'#none#':
- "2"
scriptarguments:
Digits:
simple: "True"
Length:
simple: "10"
Lowercase:
simple: "True"
Punctuation:
simple: "True"
Uppercase:
simple: "True"
separatecontext: false
view: |-
{
"position": {
"x": 50,
"y": 195
}
}
note: false
"2":
id: "2"
taskid: eaffc333-3b3a-424d-8b24-d007d6322183
type: regular
task:
id: eaffc333-3b3a-424d-8b24-d007d6322183
version: -1
name: Verify
scriptName: VerifyContext
type: regular
iscommand: false
brand: ""
nexttasks:
'#none#':
- "3"
scriptarguments:
expectedValue: {}
fields: {}
path:
simple: RandomString
separatecontext: false
view: |-
{
"position": {
"x": 50,
"y": 370
}
}
note: false
"3":
id: "3"
taskid: 096efc65-ed82-4373-83b5-fbd7ac295494
type: title
task:
id: 096efc65-ed82-4373-83b5-fbd7ac295494
version: -1
name: Done
type: title
iscommand: false
brand: ""
separatecontext: false
view: |-
{
"position": {
"x": 50,
"y": 530
}
}
note: false
view: |-
{
"linkLabelsPosition": {},
"paper": {
"dimensions": {
"height": 545,
"width": 380,
"x": 50,
"y": 50
}
}
}
inputs: []
outputs: []