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 your schema. When you import an app, If the schema entered in the Input or Output tab of an activity or trigger in the app contains reserved names, after the app is imported, such attributes get treated as special characters which results in runtime errors.

Do not use 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