Reserved Keywords to be Avoided in Schemas

TIBCO Cloud Integration - Flogo (PAYG) 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 in the Input or Output tab of an activity or trigger contains reserved names, after the app is imported, such attributes get treated as special characters which results in 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
  • instanceof
  • in
  • new
  • null
  • return
  • set
  • super
  • switch
  • this
  • throw
  • true
  • try
  • typeof
  • var
  • void
  • while
  • with
Related concepts