|
@@ -241,7 +241,7 @@ export const tasks = {
|
|
outputs: 1,
|
|
outputs: 1,
|
|
maxConnection: 1,
|
|
maxConnection: 1,
|
|
allowedInputs: true,
|
|
allowedInputs: true,
|
|
- refDataKeys: ['fileName', 'selector'],
|
|
|
|
|
|
+ refDataKeys: ['fileName', 'selector', 'variableName'],
|
|
autocomplete: ['variableName'],
|
|
autocomplete: ['variableName'],
|
|
data: {
|
|
data: {
|
|
description: '',
|
|
description: '',
|
|
@@ -332,7 +332,13 @@ export const tasks = {
|
|
outputs: 1,
|
|
outputs: 1,
|
|
allowedInputs: true,
|
|
allowedInputs: true,
|
|
maxConnection: 1,
|
|
maxConnection: 1,
|
|
- refDataKeys: ['selector', 'prefixText', 'suffixText', 'extraRowValue'],
|
|
|
|
|
|
+ refDataKeys: [
|
|
|
|
+ 'selector',
|
|
|
|
+ 'variableName',
|
|
|
|
+ 'prefixText',
|
|
|
|
+ 'suffixText',
|
|
|
|
+ 'extraRowValue',
|
|
|
|
+ ],
|
|
autocomplete: ['variableName'],
|
|
autocomplete: ['variableName'],
|
|
data: {
|
|
data: {
|
|
disableBlock: false,
|
|
disableBlock: false,
|
|
@@ -368,7 +374,7 @@ export const tasks = {
|
|
outputs: 1,
|
|
outputs: 1,
|
|
allowedInputs: true,
|
|
allowedInputs: true,
|
|
maxConnection: 1,
|
|
maxConnection: 1,
|
|
- refDataKeys: ['name'],
|
|
|
|
|
|
+ refDataKeys: ['name', 'variableName'],
|
|
data: {
|
|
data: {
|
|
disableBlock: false,
|
|
disableBlock: false,
|
|
name: '',
|
|
name: '',
|
|
@@ -445,7 +451,13 @@ export const tasks = {
|
|
outputs: 1,
|
|
outputs: 1,
|
|
allowedInputs: true,
|
|
allowedInputs: true,
|
|
maxConnection: 1,
|
|
maxConnection: 1,
|
|
- refDataKeys: ['selector', 'attributeName', 'extraRowValue'],
|
|
|
|
|
|
+ refDataKeys: [
|
|
|
|
+ 'selector',
|
|
|
|
+ 'variableName',
|
|
|
|
+ 'attributeName',
|
|
|
|
+ 'extraRowValue',
|
|
|
|
+ 'attributeValue',
|
|
|
|
+ ],
|
|
autocomplete: ['variableName'],
|
|
autocomplete: ['variableName'],
|
|
data: {
|
|
data: {
|
|
disableBlock: false,
|
|
disableBlock: false,
|
|
@@ -456,11 +468,13 @@ export const tasks = {
|
|
selector: '',
|
|
selector: '',
|
|
markEl: false,
|
|
markEl: false,
|
|
multiple: false,
|
|
multiple: false,
|
|
|
|
+ attributeValue: '',
|
|
attributeName: '',
|
|
attributeName: '',
|
|
assignVariable: false,
|
|
assignVariable: false,
|
|
variableName: '',
|
|
variableName: '',
|
|
dataColumn: '',
|
|
dataColumn: '',
|
|
saveData: true,
|
|
saveData: true,
|
|
|
|
+ action: 'get',
|
|
addExtraRow: false,
|
|
addExtraRow: false,
|
|
extraRowValue: '',
|
|
extraRowValue: '',
|
|
extraRowDataColumn: '',
|
|
extraRowDataColumn: '',
|
|
@@ -477,7 +491,13 @@ export const tasks = {
|
|
outputs: 1,
|
|
outputs: 1,
|
|
allowedInputs: true,
|
|
allowedInputs: true,
|
|
maxConnection: 1,
|
|
maxConnection: 1,
|
|
- refDataKeys: ['selector', 'value', 'optionPosition', 'delay'],
|
|
|
|
|
|
+ refDataKeys: [
|
|
|
|
+ 'selector',
|
|
|
|
+ 'variableName',
|
|
|
|
+ 'value',
|
|
|
|
+ 'optionPosition',
|
|
|
|
+ 'delay',
|
|
|
|
+ ],
|
|
autocomplete: ['variableName'],
|
|
autocomplete: ['variableName'],
|
|
data: {
|
|
data: {
|
|
disableBlock: false,
|
|
disableBlock: false,
|
|
@@ -577,7 +597,7 @@ export const tasks = {
|
|
outputs: 1,
|
|
outputs: 1,
|
|
allowedInputs: true,
|
|
allowedInputs: true,
|
|
maxConnection: 1,
|
|
maxConnection: 1,
|
|
- refDataKeys: ['customData', 'range', 'spreadsheetId'],
|
|
|
|
|
|
+ refDataKeys: ['customData', 'range', 'spreadsheetId', 'variableName'],
|
|
autocomplete: ['refKey'],
|
|
autocomplete: ['refKey'],
|
|
data: {
|
|
data: {
|
|
disableBlock: false,
|
|
disableBlock: false,
|
|
@@ -609,7 +629,13 @@ export const tasks = {
|
|
outputs: 1,
|
|
outputs: 1,
|
|
allowedInputs: true,
|
|
allowedInputs: true,
|
|
maxConnection: 1,
|
|
maxConnection: 1,
|
|
- refDataKeys: ['customData', 'range', 'spreadsheetId', 'sheetName'],
|
|
|
|
|
|
+ refDataKeys: [
|
|
|
|
+ 'customData',
|
|
|
|
+ 'range',
|
|
|
|
+ 'spreadsheetId',
|
|
|
|
+ 'sheetName',
|
|
|
|
+ 'variableName',
|
|
|
|
+ ],
|
|
autocomplete: ['refKey'],
|
|
autocomplete: ['refKey'],
|
|
data: {
|
|
data: {
|
|
disableBlock: false,
|
|
disableBlock: false,
|
|
@@ -705,7 +731,7 @@ export const tasks = {
|
|
outputs: 2,
|
|
outputs: 2,
|
|
allowedInputs: true,
|
|
allowedInputs: true,
|
|
maxConnection: 1,
|
|
maxConnection: 1,
|
|
- refDataKeys: ['body', 'url'],
|
|
|
|
|
|
+ refDataKeys: ['body', 'url', 'variableName'],
|
|
autocomplete: ['variableName'],
|
|
autocomplete: ['variableName'],
|
|
data: {
|
|
data: {
|
|
disableBlock: false,
|
|
disableBlock: false,
|
|
@@ -879,7 +905,7 @@ export const tasks = {
|
|
allowedInputs: true,
|
|
allowedInputs: true,
|
|
maxConnection: 1,
|
|
maxConnection: 1,
|
|
autocomplete: ['variableName'],
|
|
autocomplete: ['variableName'],
|
|
- refDataKeys: ['dataToCopy'],
|
|
|
|
|
|
+ refDataKeys: ['dataToCopy', 'variableName'],
|
|
data: {
|
|
data: {
|
|
disableBlock: false,
|
|
disableBlock: false,
|
|
description: '',
|
|
description: '',
|
|
@@ -984,7 +1010,7 @@ export const tasks = {
|
|
outputs: 1,
|
|
outputs: 1,
|
|
allowedInputs: true,
|
|
allowedInputs: true,
|
|
maxConnection: 1,
|
|
maxConnection: 1,
|
|
- refDataKeys: ['selector', 'url', 'filename'],
|
|
|
|
|
|
+ refDataKeys: ['selector', 'url', 'filename', 'variableName'],
|
|
data: {
|
|
data: {
|
|
disableBlock: false,
|
|
disableBlock: false,
|
|
description: '',
|
|
description: '',
|
|
@@ -1058,7 +1084,7 @@ export const tasks = {
|
|
outputs: 1,
|
|
outputs: 1,
|
|
allowedInputs: true,
|
|
allowedInputs: true,
|
|
maxConnection: 1,
|
|
maxConnection: 1,
|
|
- refDataKeys: ['filename', 'downloadId'],
|
|
|
|
|
|
+ refDataKeys: ['filename', 'downloadId', 'variableName'],
|
|
autocomplete: ['variableName'],
|
|
autocomplete: ['variableName'],
|
|
data: {
|
|
data: {
|
|
disableBlock: false,
|
|
disableBlock: false,
|
|
@@ -1178,6 +1204,7 @@ export const tasks = {
|
|
outputs: 1,
|
|
outputs: 1,
|
|
allowedInputs: true,
|
|
allowedInputs: true,
|
|
maxConnection: 1,
|
|
maxConnection: 1,
|
|
|
|
+ refDataKeys: ['variableName'],
|
|
data: {
|
|
data: {
|
|
disableBlock: false,
|
|
disableBlock: false,
|
|
description: '',
|
|
description: '',
|
|
@@ -1344,6 +1371,7 @@ export const tasks = {
|
|
'url',
|
|
'url',
|
|
'value',
|
|
'value',
|
|
'jsonCode',
|
|
'jsonCode',
|
|
|
|
+ 'variableName',
|
|
],
|
|
],
|
|
data: {
|
|
data: {
|
|
disableBlock: false,
|
|
disableBlock: false,
|