Reserved Keywords to be Avoided in Schemas
Flogo uses some words as keywords or reserved names. Do not use such words in your schema. When you import an app, if the schema entered on the Input or Output tab of an Activity or trigger contains reserved keywords, after the app is imported, such attributes are treated as special characters and might cause runtime errors.
Avoid using the keywords listed below in your schema:
break
case
catch
class
const
continue
debugger
default
delete
do
else
enum
export
extends
false
finally
for
function
get
if
import
in
index
instanceof
new
null
return
set
super
switch
this
Generate
true
try
typeof
var
void
while
with