[WIP] workflow builder

This commit is contained in:
2026-02-23 20:45:10 -06:00
parent d629da32fa
commit 53a3fbb6b1
66 changed files with 7887 additions and 1608 deletions

View File

@@ -18,16 +18,14 @@ trigger_types:
- core.crontimer
- core.datetimetimer
# Sensor configuration schema (standard JSON Schema format)
# Sensor configuration schema (StackStorm-style flat format)
parameters:
type: object
properties:
check_interval_seconds:
type: integer
description: "How often to check if triggers should fire (in seconds)"
default: 1
minimum: 1
maximum: 60
check_interval_seconds:
type: integer
description: "How often to check if triggers should fire (in seconds)"
default: 1
minimum: 1
maximum: 60
# Poll interval (how often the sensor checks for events)
poll_interval: 1