Executions
An “execution” is more closely defined as an either scheduled or manually triggered attempt to run all functions and nested functions inside the workflow of a deployment.
Inputs variables
Inputs into an execution of a deployment can occur in several ways. They are resolved in the following order, overriding the ones before:
- Variables set in the execution itself. For example when triggering through the webhook or through the API.
- Variables set in the deployment
- Explicit inputs set in the workflow
- The defaults set in the workflow
- Explicit inputs set in the function