|
@@ -505,7 +505,7 @@ export const tasks = {
|
|
name: 'Repeat task',
|
|
name: 'Repeat task',
|
|
icon: 'riRepeat2Line',
|
|
icon: 'riRepeat2Line',
|
|
component: 'BlockRepeatTask',
|
|
component: 'BlockRepeatTask',
|
|
- category: 'general',
|
|
|
|
|
|
+ category: 'conditions',
|
|
inputs: 1,
|
|
inputs: 1,
|
|
outputs: 2,
|
|
outputs: 2,
|
|
allowedInputs: true,
|
|
allowedInputs: true,
|
|
@@ -674,7 +674,7 @@ export const tasks = {
|
|
icon: 'riRefreshFill',
|
|
icon: 'riRefreshFill',
|
|
component: 'BlockBasicWithFallback',
|
|
component: 'BlockBasicWithFallback',
|
|
editComponent: 'EditWhileLoop',
|
|
editComponent: 'EditWhileLoop',
|
|
- category: 'general',
|
|
|
|
|
|
+ category: 'conditions',
|
|
inputs: 1,
|
|
inputs: 1,
|
|
outputs: 2,
|
|
outputs: 2,
|
|
allowedInputs: true,
|
|
allowedInputs: true,
|
|
@@ -690,7 +690,7 @@ export const tasks = {
|
|
icon: 'riRefreshLine',
|
|
icon: 'riRefreshLine',
|
|
component: 'BlockBasic',
|
|
component: 'BlockBasic',
|
|
editComponent: 'EditLoopData',
|
|
editComponent: 'EditLoopData',
|
|
- category: 'general',
|
|
|
|
|
|
+ category: 'conditions',
|
|
inputs: 1,
|
|
inputs: 1,
|
|
outputs: 1,
|
|
outputs: 1,
|
|
allowedInputs: true,
|
|
allowedInputs: true,
|
|
@@ -727,7 +727,7 @@ export const tasks = {
|
|
description: 'To tell where loop data must stop',
|
|
description: 'To tell where loop data must stop',
|
|
icon: 'riStopLine',
|
|
icon: 'riStopLine',
|
|
component: 'BlockLoopBreakpoint',
|
|
component: 'BlockLoopBreakpoint',
|
|
- category: 'general',
|
|
|
|
|
|
+ category: 'conditions',
|
|
disableEdit: true,
|
|
disableEdit: true,
|
|
inputs: 1,
|
|
inputs: 1,
|
|
outputs: 1,
|
|
outputs: 1,
|
|
@@ -1349,7 +1349,7 @@ export const categories = {
|
|
color: 'bg-lime-200 dark:bg-lime-300 fill-lime-200 dark:fill-lime-300',
|
|
color: 'bg-lime-200 dark:bg-lime-300 fill-lime-200 dark:fill-lime-300',
|
|
},
|
|
},
|
|
conditions: {
|
|
conditions: {
|
|
- name: 'Conditions',
|
|
|
|
|
|
+ name: 'Control flow',
|
|
border: 'border-blue-200 dark:border-blue-300',
|
|
border: 'border-blue-200 dark:border-blue-300',
|
|
color: 'bg-blue-200 dark:bg-blue-300 fill-blue-200 dark:fill-blue-300',
|
|
color: 'bg-blue-200 dark:bg-blue-300 fill-blue-200 dark:fill-blue-300',
|
|
},
|
|
},
|