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 copy an app to the workspace, if the schema entered on the Input or Output tab of an Activity or trigger contains reserved keywords, such attributes are now 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