Timer Component

Overview

The Timer component can be used in the following scenarios:

  1. Appian screens for applications where Appian actions have time constraints, such as tasks with deadlines.
  2. Tracking the time taken to complete a task (Reverse Timer).


The Timer component is a useful tool for managing time-sensitive activities within the Appian platform.

Key Features & Functionality

Provides Timer and reverse timer functionality in Appian Applications.

Anonymous
Parents Comment
  • Hi  ,

    It is the expected behavior. The timer will stop only when it reaches the limit 0 - DOWN and the specified time - UP or when providing STOP as a value to the action parameter.

    By the screenshot, your local variable must be getting refreshed to 59 and hence the condition provided in for the action parameter will be evaluating to START when reloading or refreshing the page. Thus, the timer is starting automatically.

    Regards,

    Praveen Santhosh.

Children