Skip to content

Build your first app

An app is a self-service interface — a form or dashboard — that runs your scripts and workflows behind the scenes. In this tutorial you’ll wrap the welcome-flow workflow in a simple form.

Prerequisites: The welcome-flow workflow (see Your first workflow).

  1. Open the app editor

    In your Orvanta dashboard, create a new app and open the app editor.

  2. Add a form component

    Drop in a Form component. Because welcome-flow declares a name input, the form field can be generated from its schema — see Auto-generated UIs.

  3. Bind the form to the workflow

    Set the form’s submit action to trigger welcome-flow, mapping the form field to the workflow’s name input.

  4. Display the result

    Add a Text component bound to the run output so the greeting appears after submission.

  5. Publish and share

    Publish the app and share its URL with teammates. They can now run the workflow safely without touching the CLI — input is validated before the run starts.