Security: Sync from Public / sync-from-public (push) Has been cancelled
Test: Benchmark Nightly / build (push) Has been cancelled
Test: Benchmark Nightly / Notify Cats on failure (push) Has been cancelled
CI: Python / Checks (push) Has been cancelled
Test: Evals Python / Workflow Comparison Python (push) Has been cancelled
Util: Check Docs URLs / check-docs-urls (push) Has been cancelled
Test: Visual Storybook / Cloudflare Pages (push) Has been cancelled
Test: E2E Performance / build-and-test-performance (push) Has been cancelled
Test: Workflows Nightly / Run Workflow Tests (push) Has been cancelled
Util: Cleanup CI Docker Images / Delete stale CI images (push) Has been cancelled
Test: Benchmark Destroy Env / build (push) Has been cancelled
Util: Update Node Popularity / update-popularity (push) Has been cancelled
Test: E2E Coverage Weekly / Coverage Tests (push) Has been cancelled
60 lines
1.1 KiB
JSON
60 lines
1.1 KiB
JSON
{
|
|
"name": "Phantombuster Launch Without Arguments Test",
|
|
"nodes": [
|
|
{
|
|
"parameters": {},
|
|
"id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
|
|
"name": "When clicking 'Execute Workflow'",
|
|
"type": "n8n-nodes-base.manualTrigger",
|
|
"typeVersion": 1,
|
|
"position": [0, 0]
|
|
},
|
|
{
|
|
"parameters": {
|
|
"resource": "agent",
|
|
"operation": "launch",
|
|
"agentId": "test-agent-123",
|
|
"jsonParameters": false,
|
|
"resolveData": false
|
|
},
|
|
"id": "b2c3d4e5-f6a7-8901-bcde-f12345678901",
|
|
"name": "Phantombuster",
|
|
"type": "n8n-nodes-base.phantombuster",
|
|
"typeVersion": 1,
|
|
"position": [220, 0],
|
|
"credentials": {
|
|
"phantombusterApi": {
|
|
"id": "test-cred-id",
|
|
"name": "Phantombuster API"
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"pinData": {
|
|
"Phantombuster": [
|
|
{
|
|
"json": {
|
|
"containerId": "container-456"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"connections": {
|
|
"When clicking 'Execute Workflow'": {
|
|
"main": [
|
|
[
|
|
{
|
|
"node": "Phantombuster",
|
|
"type": "main",
|
|
"index": 0
|
|
}
|
|
]
|
|
]
|
|
}
|
|
},
|
|
"active": false,
|
|
"settings": {
|
|
"executionOrder": "v1"
|
|
}
|
|
}
|