Package an Application
Application Composer Workflow
Section titled “Application Composer Workflow”Capture to Screens
The tested RIA Hub path from upload or synthesis through curation, training, packaging, and a running Screens app.
Application Composer turns trained artifacts into an app pipeline. Blocks and edges describe source, transform, inference, and sink behavior; target profile selection controls runtime packaging; commit and build actions persist the result.
Packaging surfaces
Manifest Ready valid blocks Build Queued runner required
Packaging Checklist
Section titled “Packaging Checklist”Validation failures to resolve
Model artifact missing
Select a trained artifact and confirm the model path can be resolved by the packager.
Invalid inference block
Ensure the inference block receives the model path and compatible input data.
Missing sink or device
Select the output sink, device, or Screens runtime settings required by the target profile.
Block order is invalid
Fix edges so the graph follows source, preprocessing, inference, postprocessing, and sink order.
Next steps
Section titled “Next steps”- Run in Screens — Screens App covers launching, monitoring, and troubleshooting the packaged application at runtime.