This component plug-in provides the ability for an Appian user interface to display a timer based on different use cases which are driven by CounterType field of the plug-in. Pass the dictionary inputs in counter type configuration to specify on which events you would like to record user input events such as on start time, end time, or a time in between. From the interface, the user can take action and accordingly event data is passed in the output.
How is the start time and end time expected to be formatted?
Hi SarahEvelynn, Start time and End time are formatted in seconds. Example if you have to run the time clock for 2 minutes then you have to pass counterStart=0 and counterEnd=120 (seconds)
Please let me know if you any further queries.
Thanks