This commit is contained in:
jokob-sk
2025-03-18 06:32:44 +11:00
parent 1efdf66c19
commit 0512ddd143
4 changed files with 31 additions and 80 deletions

View File

@@ -51,31 +51,5 @@
}
}
]
},
{
"name": "Sample Plugin Object Workflow",
"trigger": {
"object_type": "Plugins_Objects",
"event_type": "create"
},
"conditions": [
{
"logic": "AND",
"conditions": [
{
"field": "Plugin",
"operator": "equals",
"value": "ARPSCAN"
},
{
"field": "Status",
"operator": "equals",
"value": "missing-in-last-scan"
}
]
}
],
"actions": [
]
}
]