Fixing definition for filter workflow block

This commit is contained in:
Andrew Kingston 2020-09-16 13:54:27 +01:00
parent 9f3ca42995
commit fdca9240e9
1 changed files with 16 additions and 14 deletions

View File

@ -22,7 +22,7 @@ const ACTION = {
}, },
}, },
customType: "record", customType: "record",
title: "The record to be written", title: "Table",
default: {}, default: {},
required: ["modelId"], required: ["modelId"],
}, },
@ -206,6 +206,7 @@ const LOGIC = {
inputs: {}, inputs: {},
schema: { schema: {
inputs: { inputs: {
properties: {
filter: { filter: {
type: "string", type: "string",
title: "Reference Value", title: "Reference Value",
@ -220,6 +221,7 @@ const LOGIC = {
type: "string", type: "string",
title: "Comparison Value", title: "Comparison Value",
}, },
},
required: ["filter", "condition", "value"], required: ["filter", "condition", "value"],
}, },
outputs: { outputs: {