File tree Expand file tree Collapse file tree 1 file changed +18
-5
lines changed
Expand file tree Collapse file tree 1 file changed +18
-5
lines changed Original file line number Diff line number Diff line change @@ -198,6 +198,7 @@ paths:
198198 schema :
199199 type : string
200200 enum :
201+ - canceled
201202 - error
202203 - success
203204 - waiting
@@ -1365,6 +1366,17 @@ components:
13651366 format : date-time
13661367 customData :
13671368 type : object
1369+ status :
1370+ type : string
1371+ enum :
1372+ - canceled
1373+ - crashed
1374+ - error
1375+ - new
1376+ - running
1377+ - success
1378+ - unknown
1379+ - waiting
13681380 executionList :
13691381 type : object
13701382 properties :
@@ -1430,7 +1442,7 @@ components:
14301442 type : string
14311443 type :
14321444 type : string
1433- example : n8n-nodes-base.Jira
1445+ example : n8n-nodes-base.jira
14341446 typeVersion :
14351447 type : number
14361448 example : 1
@@ -1578,10 +1590,11 @@ components:
15781590 connections :
15791591 type : object
15801592 example :
1581- main :
1582- - node : Jira
1583- type : main
1584- index : 0
1593+ Jira :
1594+ main :
1595+ - - node : Jira
1596+ type : main
1597+ index : 0
15851598 settings :
15861599 $ref : ' #/components/schemas/workflowSettings'
15871600 staticData :
You can’t perform that action at this time.
0 commit comments