|
@@ -14,6 +14,7 @@ export const tasks = {
|
|
|
maxConnection: 1,
|
|
|
refDataKeys: ['url'],
|
|
|
data: {
|
|
|
+ disableBlock: false,
|
|
|
description: '',
|
|
|
type: 'manual',
|
|
|
interval: 60,
|
|
@@ -40,6 +41,7 @@ export const tasks = {
|
|
|
maxConnection: 1,
|
|
|
refDataKeys: ['globalData'],
|
|
|
data: {
|
|
|
+ disableBlock: false,
|
|
|
executeId: '',
|
|
|
workflowId: '',
|
|
|
globalData: '',
|
|
@@ -57,7 +59,9 @@ export const tasks = {
|
|
|
outputs: 1,
|
|
|
allowedInputs: true,
|
|
|
maxConnection: 1,
|
|
|
- data: {},
|
|
|
+ data: {
|
|
|
+ disableBlock: false,
|
|
|
+ },
|
|
|
},
|
|
|
'new-tab': {
|
|
|
name: 'New tab',
|
|
@@ -72,6 +76,7 @@ export const tasks = {
|
|
|
maxConnection: 1,
|
|
|
refDataKeys: ['url'],
|
|
|
data: {
|
|
|
+ disableBlock: false,
|
|
|
description: '',
|
|
|
url: '',
|
|
|
userAgent: '',
|
|
@@ -94,6 +99,7 @@ export const tasks = {
|
|
|
maxConnection: 1,
|
|
|
refDataKeys: ['url', 'matchPattern'],
|
|
|
data: {
|
|
|
+ disableBlock: false,
|
|
|
description: '',
|
|
|
url: '',
|
|
|
matchPattern: '',
|
|
@@ -112,6 +118,7 @@ export const tasks = {
|
|
|
allowedInputs: true,
|
|
|
maxConnection: 1,
|
|
|
data: {
|
|
|
+ disableBlock: false,
|
|
|
description: '',
|
|
|
top: 0,
|
|
|
left: 0,
|
|
@@ -133,6 +140,7 @@ export const tasks = {
|
|
|
maxConnection: 1,
|
|
|
allowedInputs: true,
|
|
|
data: {
|
|
|
+ disableBlock: false,
|
|
|
scheme: 'https',
|
|
|
host: '',
|
|
|
port: 443,
|
|
@@ -151,7 +159,9 @@ export const tasks = {
|
|
|
maxConnection: 1,
|
|
|
disableEdit: true,
|
|
|
allowedInputs: true,
|
|
|
- data: {},
|
|
|
+ data: {
|
|
|
+ disableBlock: false,
|
|
|
+ },
|
|
|
},
|
|
|
'forward-page': {
|
|
|
name: 'Go forward',
|
|
@@ -164,7 +174,9 @@ export const tasks = {
|
|
|
maxConnection: 1,
|
|
|
disableEdit: true,
|
|
|
allowedInputs: true,
|
|
|
- data: {},
|
|
|
+ data: {
|
|
|
+ disableBlock: false,
|
|
|
+ },
|
|
|
},
|
|
|
'close-tab': {
|
|
|
name: 'Close tab/window',
|
|
@@ -178,6 +190,7 @@ export const tasks = {
|
|
|
allowedInputs: true,
|
|
|
refDataKeys: ['url'],
|
|
|
data: {
|
|
|
+ disableBlock: false,
|
|
|
url: '',
|
|
|
description: '',
|
|
|
activeTab: true,
|
|
@@ -199,6 +212,7 @@ export const tasks = {
|
|
|
refDataKeys: ['fileName'],
|
|
|
autocomplete: ['variableName'],
|
|
|
data: {
|
|
|
+ disableBlock: false,
|
|
|
fileName: '',
|
|
|
ext: 'png',
|
|
|
quality: 100,
|
|
@@ -223,6 +237,7 @@ export const tasks = {
|
|
|
maxConnection: 1,
|
|
|
allowedInputs: true,
|
|
|
data: {
|
|
|
+ disableBlock: false,
|
|
|
description: '',
|
|
|
timeout: 10000,
|
|
|
eventName: 'tab:loaded',
|
|
@@ -245,6 +260,7 @@ export const tasks = {
|
|
|
maxConnection: 1,
|
|
|
refDataKeys: ['selector'],
|
|
|
data: {
|
|
|
+ disableBlock: false,
|
|
|
description: '',
|
|
|
findBy: 'cssSelector',
|
|
|
waitForSelector: false,
|
|
@@ -267,6 +283,7 @@ export const tasks = {
|
|
|
maxConnection: 1,
|
|
|
refDataKeys: ['time'],
|
|
|
data: {
|
|
|
+ disableBlock: false,
|
|
|
time: 500,
|
|
|
},
|
|
|
},
|
|
@@ -284,6 +301,7 @@ export const tasks = {
|
|
|
refDataKeys: ['selector', 'prefixText', 'suffixText', 'extraRowValue'],
|
|
|
autocomplete: ['variableName'],
|
|
|
data: {
|
|
|
+ disableBlock: false,
|
|
|
description: '',
|
|
|
findBy: 'cssSelector',
|
|
|
waitForSelector: false,
|
|
@@ -317,6 +335,7 @@ export const tasks = {
|
|
|
maxConnection: 1,
|
|
|
refDataKeys: ['name'],
|
|
|
data: {
|
|
|
+ disableBlock: false,
|
|
|
name: '',
|
|
|
refKey: '',
|
|
|
type: 'json',
|
|
@@ -339,6 +358,7 @@ export const tasks = {
|
|
|
maxConnection: 1,
|
|
|
refDataKeys: ['selector'],
|
|
|
data: {
|
|
|
+ disableBlock: false,
|
|
|
description: '',
|
|
|
findBy: 'cssSelector',
|
|
|
waitForSelector: false,
|
|
@@ -367,6 +387,7 @@ export const tasks = {
|
|
|
maxConnection: 1,
|
|
|
refDataKeys: ['selector'],
|
|
|
data: {
|
|
|
+ disableBlock: false,
|
|
|
description: '',
|
|
|
findBy: 'cssSelector',
|
|
|
waitForSelector: false,
|
|
@@ -390,6 +411,7 @@ export const tasks = {
|
|
|
refDataKeys: ['selector', 'attributeName', 'extraRowValue'],
|
|
|
autocomplete: ['variableName'],
|
|
|
data: {
|
|
|
+ disableBlock: false,
|
|
|
description: '',
|
|
|
findBy: 'cssSelector',
|
|
|
waitForSelector: false,
|
|
@@ -421,6 +443,7 @@ export const tasks = {
|
|
|
refDataKeys: ['selector', 'value'],
|
|
|
autocomplete: ['variableName'],
|
|
|
data: {
|
|
|
+ disableBlock: false,
|
|
|
description: '',
|
|
|
findBy: 'cssSelector',
|
|
|
waitForSelector: false,
|
|
@@ -452,6 +475,7 @@ export const tasks = {
|
|
|
allowedInputs: true,
|
|
|
maxConnection: 1,
|
|
|
data: {
|
|
|
+ disableBlock: false,
|
|
|
repeatFor: 1,
|
|
|
},
|
|
|
},
|
|
@@ -467,6 +491,7 @@ export const tasks = {
|
|
|
allowedInputs: true,
|
|
|
maxConnection: 1,
|
|
|
data: {
|
|
|
+ disableBlock: false,
|
|
|
description: '',
|
|
|
timeout: 20000,
|
|
|
code: 'console.log("Hello world!");\nautomaNextBlock()',
|
|
@@ -487,6 +512,7 @@ export const tasks = {
|
|
|
maxConnection: 1,
|
|
|
refDataKeys: ['selector', 'eventParams.clientX', 'eventParams.clientY'],
|
|
|
data: {
|
|
|
+ disableBlock: false,
|
|
|
description: '',
|
|
|
findBy: 'cssSelector',
|
|
|
waitForSelector: false,
|
|
@@ -513,6 +539,7 @@ export const tasks = {
|
|
|
refDataKeys: ['customData', 'range', 'spreadsheetId'],
|
|
|
autocomplete: ['refKey'],
|
|
|
data: {
|
|
|
+ disableBlock: false,
|
|
|
range: '',
|
|
|
refKey: '',
|
|
|
type: 'get',
|
|
@@ -537,6 +564,7 @@ export const tasks = {
|
|
|
allowedInputs: true,
|
|
|
maxConnection: 1,
|
|
|
data: {
|
|
|
+ disableBlock: false,
|
|
|
conditions: [],
|
|
|
},
|
|
|
},
|
|
@@ -553,6 +581,7 @@ export const tasks = {
|
|
|
maxConnection: 1,
|
|
|
refDataKeys: ['selector'],
|
|
|
data: {
|
|
|
+ disableBlock: false,
|
|
|
findBy: 'cssSelector',
|
|
|
selector: '',
|
|
|
tryCount: 1,
|
|
@@ -575,6 +604,7 @@ export const tasks = {
|
|
|
refDataKeys: ['body', 'url'],
|
|
|
autocomplete: ['variableName'],
|
|
|
data: {
|
|
|
+ disableBlock: false,
|
|
|
description: '',
|
|
|
url: '',
|
|
|
body: '{}',
|
|
@@ -602,6 +632,7 @@ export const tasks = {
|
|
|
allowedInputs: true,
|
|
|
maxConnection: 1,
|
|
|
data: {
|
|
|
+ disableBlock: false,
|
|
|
description: '',
|
|
|
conditions: null,
|
|
|
},
|
|
@@ -624,6 +655,7 @@ export const tasks = {
|
|
|
],
|
|
|
autocomplete: ['variableName', 'loopId'],
|
|
|
data: {
|
|
|
+ disableBlock: false,
|
|
|
loopId: '',
|
|
|
maxLoop: 0,
|
|
|
toNumber: 10,
|
|
@@ -650,6 +682,7 @@ export const tasks = {
|
|
|
allowedInputs: true,
|
|
|
maxConnection: 1,
|
|
|
data: {
|
|
|
+ disableBlock: false,
|
|
|
loopId: '',
|
|
|
},
|
|
|
},
|
|
@@ -665,6 +698,7 @@ export const tasks = {
|
|
|
allowedInputs: true,
|
|
|
maxConnection: 1,
|
|
|
data: {
|
|
|
+ disableBlock: false,
|
|
|
name: '',
|
|
|
blocks: [],
|
|
|
},
|
|
@@ -682,6 +716,7 @@ export const tasks = {
|
|
|
maxConnection: 1,
|
|
|
autocomplete: ['variableName'],
|
|
|
data: {
|
|
|
+ disableBlock: false,
|
|
|
description: '',
|
|
|
assignVariable: false,
|
|
|
variableName: '',
|
|
@@ -701,6 +736,7 @@ export const tasks = {
|
|
|
allowedInputs: true,
|
|
|
maxConnection: 1,
|
|
|
data: {
|
|
|
+ disableBlock: false,
|
|
|
description: '',
|
|
|
dataList: [],
|
|
|
},
|
|
@@ -718,6 +754,7 @@ export const tasks = {
|
|
|
maxConnection: 1,
|
|
|
refDataKeys: ['selector'],
|
|
|
data: {
|
|
|
+ disableBlock: false,
|
|
|
findBy: 'cssSelector',
|
|
|
selector: '',
|
|
|
windowType: 'main-window',
|
|
@@ -736,6 +773,7 @@ export const tasks = {
|
|
|
maxConnection: 1,
|
|
|
refDataKeys: ['selector', 'filePaths'],
|
|
|
data: {
|
|
|
+ disableBlock: false,
|
|
|
findBy: 'cssSelector',
|
|
|
waitForSelector: false,
|
|
|
waitSelectorTimeout: 5000,
|
|
@@ -756,6 +794,7 @@ export const tasks = {
|
|
|
maxConnection: 1,
|
|
|
refDataKeys: ['selector'],
|
|
|
data: {
|
|
|
+ disableBlock: false,
|
|
|
description: '',
|
|
|
findBy: 'cssSelector',
|
|
|
waitForSelector: false,
|
|
@@ -779,6 +818,7 @@ export const tasks = {
|
|
|
maxConnection: 1,
|
|
|
refDataKeys: ['selector', 'url', 'filename'],
|
|
|
data: {
|
|
|
+ disableBlock: false,
|
|
|
description: '',
|
|
|
findBy: 'cssSelector',
|
|
|
waitForSelector: false,
|
|
@@ -806,6 +846,7 @@ export const tasks = {
|
|
|
maxConnection: 1,
|
|
|
refDataKeys: ['promptText'],
|
|
|
data: {
|
|
|
+ disableBlock: false,
|
|
|
description: '',
|
|
|
accept: true,
|
|
|
promptText: '',
|
|
@@ -825,6 +866,7 @@ export const tasks = {
|
|
|
refDataKeys: ['filename'],
|
|
|
autocomplete: ['variableName'],
|
|
|
data: {
|
|
|
+ disableBlock: false,
|
|
|
description: '',
|
|
|
filename: '',
|
|
|
timeout: 20000,
|
|
@@ -847,7 +889,9 @@ export const tasks = {
|
|
|
allowedInputs: true,
|
|
|
maxConnection: 1,
|
|
|
disableEdit: true,
|
|
|
- data: {},
|
|
|
+ data: {
|
|
|
+ disableBlock: false,
|
|
|
+ },
|
|
|
},
|
|
|
'delete-data': {
|
|
|
name: 'Delete data',
|
|
@@ -862,6 +906,7 @@ export const tasks = {
|
|
|
maxConnection: 1,
|
|
|
disableEdit: true,
|
|
|
data: {
|
|
|
+ disableBlock: false,
|
|
|
description: '',
|
|
|
deleteList: [],
|
|
|
},
|