adding the workflow collection to git
This commit is contained in:
42
workflows/539_workflow_539.json
Normal file
42
workflows/539_workflow_539.json
Normal file
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"nodes": [
|
||||
{
|
||||
"name": "On clicking 'execute'",
|
||||
"type": "n8n-nodes-base.manualTrigger",
|
||||
"position": [
|
||||
250,
|
||||
300
|
||||
],
|
||||
"parameters": {},
|
||||
"typeVersion": 1
|
||||
},
|
||||
{
|
||||
"name": "Rundeck",
|
||||
"type": "n8n-nodes-base.rundeck",
|
||||
"position": [
|
||||
450,
|
||||
300
|
||||
],
|
||||
"parameters": {
|
||||
"jobid": "f02c7661-6f75-4ffe-958c-c0ed5f9bc9e6"
|
||||
},
|
||||
"credentials": {
|
||||
"rundeckApi": "rundeck_creds"
|
||||
},
|
||||
"typeVersion": 1
|
||||
}
|
||||
],
|
||||
"connections": {
|
||||
"On clicking 'execute'": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Rundeck",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user