Hi there, has anyone here been able to implement a simple countdown timer without using a custom widget?
Using the regular timer widget I cannot get that widget to reset to zero if a step is repeated. Instead it will always count the sum of the time spent on a step within an app session.
Expectation:
- Automated step which triggers some connector calls
- Arriving at countdown step : 60s
- If operator chooses to repeat, return to previous step and run again
- This time the countdown should start again from zero
Note: This is all part of a single application execution! It is not something that would make sense to model as an independent run because all previous app state would be lost.