|
|
|
@ -58,7 +58,7 @@ const ACTION = { |
|
|
|
const LOGIC = { |
|
|
|
FILTER: { |
|
|
|
name: "Filter", |
|
|
|
tagline: "{{field}} <b>{{condition}}</b> {{value}}", |
|
|
|
tagline: "{{filter}} <b>{{condition}}</b> {{value}}", |
|
|
|
icon: "ri-git-branch-line", |
|
|
|
description: "Filter any workflows which do not meet certain conditions.", |
|
|
|
params: { |
|
|
|
@ -66,6 +66,9 @@ const LOGIC = { |
|
|
|
condition: ["equals"], |
|
|
|
value: "string", |
|
|
|
}, |
|
|
|
args: { |
|
|
|
condition: "equals", |
|
|
|
}, |
|
|
|
type: "LOGIC", |
|
|
|
}, |
|
|
|
DELAY: { |
|
|
|
|