fix: incorporate UUID in variable regex
This commit is contained in:

committed by
Ömer Faruk Aydın

parent
20e725b590
commit
f883dd1287
@@ -11,7 +11,7 @@ class Processor {
|
|||||||
flow: Flow;
|
flow: Flow;
|
||||||
untilStep: Step;
|
untilStep: Step;
|
||||||
|
|
||||||
static variableRegExp = /({{step\.\d*\..+?}})/g;
|
static variableRegExp = /({{step\..+\..+}})/g;
|
||||||
|
|
||||||
constructor(flow: Flow, untilStep: Step) {
|
constructor(flow: Flow, untilStep: Step) {
|
||||||
this.flow = flow;
|
this.flow = flow;
|
||||||
|
Reference in New Issue
Block a user