_app_importer

class appian_locust._app_importer.AppImporter(interactor: appian_locust._interactor._Interactor)

Bases: object

import_app(app_file_path: str, customization_file_path: str = None, inspect_and_import: bool = False) → None

Imports an application via the design environment

Parameters:
  • app_file_path (str) – path to the application on the local system

  • customization_file_path (str) – path to the customization file

  • inspect_and_import (bool) – if True => first inspect and then import else simply import

Returns: None