You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a bug where pre-v6 workflows using curly brackets {} will trigger a workflow self-check condition. Because { below did not have indentation, TagUI will throw error saying missing indentation. However, indentation is not needed for { because it already is JavaScript syntax for code blocks. Raising this issue to fix this for backward compatibility.
for n from 1 to 5
{
echo `n`
}
The text was updated successfully, but these errors were encountered:
kensoh
changed the title
Flows with code blocks using old {} syntax missing indentation error - to fix
Flows with code blocks using old {} syntax get missing indentation error - to fix
Apr 28, 2021
In the next release, this fix will become part of the packaged zip files.
kensoh
changed the title
Flows with code blocks using old {} syntax get missing indentation error - to fix
Flows with code blocks using old {} syntax get missing indentation error - fixed
Apr 28, 2021
There is a bug where pre-v6 workflows using curly brackets {} will trigger a workflow self-check condition. Because { below did not have indentation, TagUI will throw error saying missing indentation. However, indentation is not needed for { because it already is JavaScript syntax for code blocks. Raising this issue to fix this for backward compatibility.
The text was updated successfully, but these errors were encountered: