Skip to main content

Enable/Disable Filter

Description

Using this Activity, you can turn the filtering on or off to access the application.

Properties

Input

  • Application - Provide the published application for the filter to turn on/off.

  • Filter Type - Choose the type of filter you would like to toggle on or off.

    Filter Types

  • Enable Filter - To activate the filter, check the box. To turn off the filter, uncheck the box.

Misc

  • DisplayName – Add a display name to your Activity.
  • Private – By default, Activity will log the values of your properties inside your workflow. If private is selected, then it stops logging.

Optional

  • Continue On Error – It specifies whether the automation should continue even when the Activity throws an error. If True, the Activity continues without throwing any exceptions. If False, the Activity throws an exception. The default value is False.
    note

    Catches no error if this Activity is present inside the Try-Catch block and the value of this property is True.