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;
|
||||
untilStep: Step;
|
||||
|
||||
static variableRegExp = /({{step\.\d*\..+?}})/g;
|
||||
static variableRegExp = /({{step\..+\..+}})/g;
|
||||
|
||||
constructor(flow: Flow, untilStep: Step) {
|
||||
this.flow = flow;
|
||||
|
Reference in New Issue
Block a user