Workflows Overview
PreFlight workflows move users from raw inputs to a validated, manifest-ready bundle with as little ambiguity as possible.
Workflow sequence
The standard PreFlight path is:
- Create a submission
- Validate the input package
- Resolve blockers and warnings
- Hand the certified bundle off to analysis
This sequence keeps packaging, certification, and execution separate, which is exactly what reduces failed runs.
Workflow outcomes
At the end of the PreFlight workflow, you should have:
- a validated input bundle
- explicit status for the package
- clear visibility into warnings versus blockers
- a manifest-ready package that can be deployed into the run environment
Core workflow pages
Relationship to the validation system
Workflows explain what the user does. The validation system pages explain how the certifier decides whether the package is ready, warning-level, or blocked.
For that engine view, see Validation System Overview.