Added execution tracking when workflow finishes

This commit is contained in:
frikky
2020-10-02 04:13:25 +02:00
parent 5dac727441
commit 16a6bb2179
3 changed files with 13 additions and 1 deletions
+1
View File
@@ -57,6 +57,7 @@ export const GetParsedPaths = (inputdata, basekey) => {
if (typeof(value) === 'object') {
if (Array.isArray(value)) {
// Check if each item is object
console.log("VALUE: ", value)
parsedValues.push({"type": "object", "name": basekeyname, "autocomplete": `${basekey}.${key}`})
parsedValues.push({"type": "list", "name": `${basekeyname}${splitkey}list`, "autocomplete": `${basekey}.${key}.#`})