Application Definition Details Panel

The Application definition details panel presents the parameters that apply to an individual application definition. In edit mode, you can modify the parameter values.

GUI Parameter JSON Attribute Description
Manage All Formats manage_all_formats Restrict the formats available to an application.
  • To allow only the preload formats and built-in formats, enable this parameter, or set this JSON attribute to the boolean value true.
  • To allow dynamic formats too, disable this parameter, or set this JSON attribute to the boolean value false.

For complete information, see Message Formats Administration.

Preload Formats preload_format_names Determines the set of format definitions that the application receives from the FTL server when the process instance starts, which is also the set of defined formats that an application can use. The process caches in its realm object.

The GUI presents a horizontal list of the application's preload formats, and a vertical list of formats defined in the realm. You can filter the list of defined formats.

The GUI presents two lists of formats:
  • Preload formats, as a horizontal list.

    Clicking a preload format removes it from this horizontal list (that is, it is no longer a preload format).

  • Defined formats, as a vertical list.

    At first, this list contains all formats defined in the realm. You can filter this list of defined formats.

    You can add or remove a preload format by clicking its name in the vertical list of defined formats.

Instance Matching Order Instance matching tests the identifier and host values in a specific order. Arrange the rows of this table to specify that order.

For background information, see Instance Matching.

Related concepts