mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-29 19:35:20 +02:00
feat(automations): static_inputs on triggers + vertical-slice api/services
This commit is contained in:
parent
84d99f19a2
commit
27ab367a13
27 changed files with 915 additions and 356 deletions
|
|
@ -106,7 +106,7 @@ def _build_template_ctx(run: AutomationRun, step_outputs: dict[str, Any]) -> dic
|
|||
trigger_type=trigger.type.value if trigger else None,
|
||||
started_at=run.started_at,
|
||||
attempt=1,
|
||||
resolved_inputs=run.resolved_inputs or {},
|
||||
inputs=run.inputs or {},
|
||||
step_outputs=step_outputs,
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue