n8n-docs/docs/_workflows/courses/level-one/chapter-2.json
Eugene b209ec488e
chore: Rename Test workflow to Execute workflow (#3151)
Co-authored-by: Justin Ellingwood <justin@n8n.io>
2025-05-20 09:59:40 +01:00

52 lines
1.0 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"nodes": [
{
"parameters": {},
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
0,
0
],
"id": "5738d1d8-ae7d-4e04-bca4-885c59e1d9e8",
"name": "When clicking Execute workflow"
},
{
"parameters": {
"resource": "all",
"limit": 10,
"additionalFields": {
"keyword": "automation"
}
},
"type": "n8n-nodes-base.hackerNews",
"typeVersion": 1,
"position": [
220,
0
],
"id": "65e9d0a6-5261-4c7d-8d85-6ff49de04dee",
"name": "Hacker News",
"notesInFlow": true,
"notes": "Get the 10 latest articles."
}
],
"connections": {
"When clicking Execute workflow": {
"main": [
[
{
"node": "Hacker News",
"type": "main",
"index": 0
}
]
]
}
},
"pinData": {},
"meta": {
"instanceId": "24789c4d5aa56ca018d140332e7a43fd37dd7af0409453314fff12dc1aeebfa8"
}
}