Skip to main content

My First Workflow

In this guide, we will walk you through the process of manually creating a workflow in Lunar. By following the steps below, you will learn how to compose, run, and save workflows. At the end of this guide, you will find a video that demonstrates each step.

Steps to Manually Create a Workflow

1. Create an Empty Workflow

  • From either the Home or Workflows page, click the Create workflow button. This action opens the workflow editor with an empty canvas where you can start building your workflow.

Lunar Workflow Editor

2. Compose Your Workflow with Components

  • Browse through the different component groups on the left panel to find the components you need.
  • Click and drag the desired component from the library into the workflow editor.
  • To connect the components, drag from the small circles next to the input/output areas of the components to establish the workflow’s logic.
  • If a component’s output is only part of another component's input, you can use template variables. Below is an example showing how the Azure Open AI prompt component utilizes a template variable called file_content. Workflow Example

3. Run the Workflow

  • Once your workflow is composed, click the Run button in the upper right corner of the editor to execute the workflow and see the results. Run Workflow

4. Save the Workflow

  • After running the workflow, click the Save button in the upper right to preserve your work.
  • Provide a meaningful title and description, then click Save to store the workflow for future use. Save Workflow

Video Walkthrough

For a visual demonstration of these steps, watch the video below:

Download Example Workflow

Download the example workflow used in this tutorial here.

Conclusion

By following these steps and using the video tutorial, you should now be able to create, run, and save workflows in Lunar with ease. If you want to explore more advanced features or learn how to use the co-pilot, be sure to check out our Workflow Co-piloting guide.