n8n/packages/nodes-base/nodes/TheHiveProject/test/query-execute.workflow.json
Shireen Missi 3a9012819b
test: Add tests for nodes (no-changelog) (#20349)
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
2025-10-07 11:16:42 +01:00

61 lines
1.1 KiB
JSON

{
"name": "TheHive Query Execute Test Workflow",
"nodes": [
{
"parameters": {},
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [0, 0],
"id": "manual-trigger",
"name": "When clicking 'Execute Workflow'"
},
{
"parameters": {
"resource": "query",
"operation": "executeQuery",
"queryJson": "[\n {\n \"_name\": \"listOrganisation\"\n }\n]"
},
"type": "n8n-nodes-base.theHiveProject",
"typeVersion": 1,
"position": [200, 0],
"id": "thehive-node",
"name": "TheHive Query Execute",
"credentials": {
"theHiveProjectApi": {
"id": "thehive-creds",
"name": "TheHive API Credentials"
}
}
}
],
"pinData": {
"TheHive Query Execute": [
{
"json": {
"_id": "~org123",
"_type": "Organisation",
"name": "Test Organization",
"description": "Test organization description"
}
}
]
},
"connections": {
"When clicking 'Execute Workflow'": {
"main": [
[
{
"node": "TheHive Query Execute",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {
"executionOrder": "v1"
}
}