Skip to content

Commit

Permalink
add a sleep component to Onion testplaybook (demisto#37259)
Browse files Browse the repository at this point in the history
* add a sleep component

* change to condition

* improve
  • Loading branch information
YaelShamai authored Nov 18, 2024
1 parent 3e2aa31 commit ded28f5
Showing 1 changed file with 43 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ tasks:
brand: ""
nexttasks:
'#none#':
- "3"
- "15"
scriptarguments:
append:
simple: "true"
Expand All @@ -65,7 +65,7 @@ tasks:
{
"position": {
"x": 265,
"y": 515
"y": 425
}
}
note: false
Expand Down Expand Up @@ -105,7 +105,7 @@ tasks:
{
"position": {
"x": 265,
"y": 340
"y": 290
}
}
note: false
Expand Down Expand Up @@ -141,7 +141,7 @@ tasks:
{
"position": {
"x": 265,
"y": 690
"y": 710
}
}
note: false
Expand Down Expand Up @@ -215,7 +215,7 @@ tasks:
{
"position": {
"x": 265,
"y": 195
"y": 165
}
}
note: false
Expand Down Expand Up @@ -544,6 +544,44 @@ tasks:
quietmode: 0
isoversize: false
isautoswitchedtoquietmode: false
"15":
id: "15"
taskid: f621d9a3-6c73-4b7c-8ddb-38c0c4982b4d
type: condition
task:
id: f621d9a3-6c73-4b7c-8ddb-38c0c4982b4d
version: -1
name: check key was set
type: condition
iscommand: false
brand: ""
nexttasks:
"yes":
- "3"
separatecontext: false
conditions:
- label: "yes"
condition:
- - operator: isExists
left:
value:
simple: ${valid_addresses}
iscontext: true
continueonerrortype: ""
view: |-
{
"position": {
"x": 265,
"y": 560
}
}
note: false
timertriggers: []
ignoreworker: false
skipunavailable: false
quietmode: 0
isoversize: false
isautoswitchedtoquietmode: false
view: |-
{
"linkLabelsPosition": {},
Expand Down

0 comments on commit ded28f5

Please sign in to comment.