Skip to content

Commit

Permalink
Remove retry from the node pallet
Browse files Browse the repository at this point in the history
  • Loading branch information
nipunayf committed Oct 10, 2024
1 parent 075357e commit f9b3f93
Show file tree
Hide file tree
Showing 16 changed files with 2 additions and 152 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,7 @@ private void setDefaultNodes() {
.node(NodeKind.VARIABLE)
.node(NodeKind.ASSIGN)
.node(function)
.node(NodeKind.DATA_MAPPER)
.node(NodeKind.RETRY);
.node(NodeKind.DATA_MAPPER);

this.rootBuilder.stepIn(Category.Name.CONTROL)
.node(NodeKind.IF)
Expand All @@ -164,6 +163,7 @@ private void setDefaultNodes() {
// .node(NodeKind.TRANSACTION)
// .node(NodeKind.COMMIT)
// .node(NodeKind.ROLLBACK)
// .node(NodeKind.RETRY);
// .node(NodeKind.LOCK)
// .node(NodeKind.START)
// .stepOut();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -290,16 +290,6 @@
"node": "DATA_MAPPER"
},
"enabled": true
},
{
"metadata": {
"label": "Retry Block",
"description": "Retry block."
},
"codedata": {
"node": "RETRY"
},
"enabled": true
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1902,16 +1902,6 @@
"node": "DATA_MAPPER"
},
"enabled": true
},
{
"metadata": {
"label": "Retry Block",
"description": "Retry block."
},
"codedata": {
"node": "RETRY"
},
"enabled": true
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,6 @@
"node": "DATA_MAPPER"
},
"enabled": true
},
{
"metadata": {
"label": "Retry Block",
"description": "Retry block."
},
"codedata": {
"node": "RETRY"
},
"enabled": true
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,6 @@
"node": "DATA_MAPPER"
},
"enabled": true
},
{
"metadata": {
"label": "Retry Block",
"description": "Retry block."
},
"codedata": {
"node": "RETRY"
},
"enabled": true
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,6 @@
"node": "DATA_MAPPER"
},
"enabled": true
},
{
"metadata": {
"label": "Retry Block",
"description": "Retry block."
},
"codedata": {
"node": "RETRY"
},
"enabled": true
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,6 @@
"node": "DATA_MAPPER"
},
"enabled": true
},
{
"metadata": {
"label": "Retry Block",
"description": "Retry block."
},
"codedata": {
"node": "RETRY"
},
"enabled": true
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,6 @@
"node": "DATA_MAPPER"
},
"enabled": true
},
{
"metadata": {
"label": "Retry Block",
"description": "Retry block."
},
"codedata": {
"node": "RETRY"
},
"enabled": true
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,6 @@
"node": "DATA_MAPPER"
},
"enabled": true
},
{
"metadata": {
"label": "Retry Block",
"description": "Retry block."
},
"codedata": {
"node": "RETRY"
},
"enabled": true
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,6 @@
"node": "DATA_MAPPER"
},
"enabled": true
},
{
"metadata": {
"label": "Retry Block",
"description": "Retry block."
},
"codedata": {
"node": "RETRY"
},
"enabled": true
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,6 @@
"node": "DATA_MAPPER"
},
"enabled": true
},
{
"metadata": {
"label": "Retry Block",
"description": "Retry block."
},
"codedata": {
"node": "RETRY"
},
"enabled": true
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,6 @@
"node": "DATA_MAPPER"
},
"enabled": true
},
{
"metadata": {
"label": "Retry Block",
"description": "Retry block."
},
"codedata": {
"node": "RETRY"
},
"enabled": true
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,6 @@
"node": "DATA_MAPPER"
},
"enabled": true
},
{
"metadata": {
"label": "Retry Block",
"description": "Retry block."
},
"codedata": {
"node": "RETRY"
},
"enabled": true
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,6 @@
"node": "DATA_MAPPER"
},
"enabled": true
},
{
"metadata": {
"label": "Retry Block",
"description": "Retry block."
},
"codedata": {
"node": "RETRY"
},
"enabled": true
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,6 @@
"node": "DATA_MAPPER"
},
"enabled": true
},
{
"metadata": {
"label": "Retry Block",
"description": "Retry block."
},
"codedata": {
"node": "RETRY"
},
"enabled": true
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,6 @@
"node": "DATA_MAPPER"
},
"enabled": true
},
{
"metadata": {
"label": "Retry Block",
"description": "Retry block."
},
"codedata": {
"node": "RETRY"
},
"enabled": true
}
]
},
Expand Down

0 comments on commit f9b3f93

Please sign in to comment.