Form Triggers #3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
A thread declares a typed
inputs:schema. moira renders a web form from it. Submitting the form creates a run with the form values injected as inputs.Prerequisites
Thread-level typed inputs (mirrors the module IO schema). Without this the form has nothing to render from. Resolves the gap where
moira run . deploy --input ENV=staginghas no schema, validation, or documentation.