How It Works
Flow
- The start trigger changes to
on. - RUNNING is activated.
- DONE is deactivated.
- The timer waits for the configured duration.
- When the duration expires, RUNNING is deactivated.
- DONE is activated.
- During the daily reset, RUNNING and DONE are switched off.
STOP
When the stop trigger is activated:
- RUNNING is deactivated immediately
- the stop helper is reset
- DONE is not set as a regular completion
Daily Reset
If no custom reset time is configured, the blueprint uses:
text
00:01:00Parallel Operation
The blueprint uses:
yaml
mode: parallel
max: 10This allows several independent instances to run at the same time.
