RapidCanvas Docs
  • Welcome
  • GETTING STARTED
    • Quick start guide
    • Introduction to RapidCanvas
    • RapidCanvas Concepts
    • Accessing the platform
  • BASIC
    • Projects
      • Projects Overview
        • Creating a project
        • Reviewing the Projects listing page
        • Duplicating a Project
        • Modifying the project settings
        • Deleting Project(s)
        • Configuring global variables at the project level
        • Working on a project
        • Generating the about content for the project
        • Generating AI snippets for each node on the Canvas
        • Marking & Unmarking a Project as Favorite
      • Canvas overview
        • Shortcut options on canvas
        • Queuing the Recipes
        • Bulk Deletion of Canvas Nodes
        • AI Guide
        • Viewing and Managing the Environment Status
      • Recipes
        • AI-assisted recipe
        • Rapid model recipe
        • Template recipe
        • Code Recipe
        • RAG Recipes
        • Viewing & Managing a Recipe from the Canvas
      • Scheduler overview
        • Creating a scheduler
        • Running the scheduler manually
        • Managing schedulers in a project
        • Viewing the schedulers in a project
        • Viewing the run history of a specific scheduler
        • Publishing the updated data pipeline to selected jobs from canvas
        • Fetching the latest data pipeline to a specific scheduler
        • Comparing the canvas of the scheduler with current canvas of the project
      • Predictions
        • Manual Prediction
        • Prediction Scheduler
      • Segments and Scenarios
      • DataApps
        • Model DataApp
        • Project Canvas Datasets
        • Custom Uploaded Datasets
        • SQL Sources
        • Documents and PDFs
        • Prediction Service
        • Scheduler
        • Import DataApp
    • Connectors
      • Importing dataset(s) from the local system
      • Importing Text Files from the Local System
      • Viewing options in the side panel of a dataset block
      • Configuring Destination Details for Output Datasets
      • Connectors overview
      • Connect to external connectors
        • Importing data from Google Cloud Storage (GCS)
        • Importing data from Amazon S3
        • Importing data from Azure Blob
        • Importing data from Mongo DB
        • Importing data from Snowflake
        • Importing data from MySQL
        • Importing data from Amazon Redshift
        • Importing data from Fivetran connectors
    • Workspaces
      • User roles and permissions
      • Super Admin Management
    • Artifacts & Models
      • Adding Artifacts at the Project Level
      • Adding Models at the Project Level
      • Creating an artifact at the workspace level
      • Managing artifacts at the workspace level
      • Managing Models at the Workspace Level
      • Prediction services
    • Environments Overview
      • Creating an environment
      • Editing the environment details
      • Deleting an environment
      • Monitoring the resource utilization in an environment
  • ADVANCED
    • Starter Guide
      • Quick Start
    • Setup and Installation
      • Installing and setting up the SDK
    • Helper Functions
    • Notebook Guide
      • Introduction
      • Create a template
      • Code Snippets
      • DataApps
      • Prediction Service
      • How to
        • How to Authenticate
        • Create a new project
        • Create a Custom Environment
        • Add a dataset
        • Add a recipe to the dataset
        • Manage cloud connection
        • Code recipes
        • Display a template on the UI
        • Create Global Variables
        • Scheduler
        • Create new scenarios
        • Create Template
        • Use a template in a flow notebook
      • Reference Implementations
        • DataApps
        • Artifacts
        • Connectors
        • Feature Store
        • ML model
        • ML Pipeline
        • Multiple Files
      • Sample Projects
        • Model build and predict
    • Rapid Rag
    • MLflow
  • Additional Reading
    • Release Notes
      • June 09, 2025
      • May 14, 2025
      • April 21, 2025
      • April 01, 2025
      • Mar 18, 2025
      • Feb 27, 2025
      • Jan 27, 2025
      • Dec 26, 2024
      • Nov 26, 2024
      • Oct 24, 2024
      • Sep 11, 2024
        • Aug 08, 2024
      • Aug 29, 2024
      • July 18, 2024
      • July 03, 2024
      • June 19, 2024
      • May 30, 2024
      • May 15, 2024
      • April 17, 2024
      • Mar 28, 2024
      • Mar 20, 2024
      • Feb 28, 2024
      • Feb 19, 2024
      • Jan 30, 2024
      • Jan 16, 2024
      • Dec 12, 2023
      • Nov 07, 2023
      • Oct 25, 2023
      • Oct 01, 2024
    • Glossary
Powered by GitBook
On this page
  1. BASIC
  2. Projects
  3. Recipes

Viewing & Managing a Recipe from the Canvas

When you add a recipe to the canvas, a recipe node appears. Clicking this node opens a side panel that provides detailed information and actions related to the selected recipe.

Follow these steps to view and manage all available options from the recipe side panel:

To View Recipe Options:

  1. Click the recipe node (or block) on the canvas. This opens a pull-out side panel.

  2. Perform the following available actions:

    • Preview Click Preview to view the contents and configuration of the added recipe.

    • Run Click Run to execute the recipe as part of the pipeline. Once the run starts, a Stop button appears, allowing you to terminate the run at any time.

    • Logs Click the Logs icon to:

      • View real-time logs while the recipe is running.

      • Access past logs for debugging or review.

    • AI Snippet (if applicable) If the AI snippet generator has been used, the Significance of this recipe node appears. You can update this content anytime by clicking Update Content.

    • Actions Menu:

      • Click the Actions button in the side panel to:

        • Duplicate the recipe on the canvas.

        • Delete the recipe from the canvas.

  3. View the Recipe Details:

    • Recipe Type: Indicates whether it’s a Template Recipe, Rapid Model Recipe, Code Recipe, or AI-Assisted Recipe.

    • Created: The creation date of the recipe.

    • Last Modified: The date the recipe was last updated.

    • Last Successful Build: When the recipe was last successfully built.

    • Last Successful Run Time: The duration of the most recent successful run.

    • Last Updated By: The user who last made changes to the recipe.

    • Timeout: By default, the duration is set to 6 hours. You can change the duration based on the complexity of the recipe you are running in the flow. If the recipe runs longer than this, the recipe run will be terminated after the set period. It is expressed in hrs.

  4. View the input datasets provided to the recipe.

  5. View the outputs generated after the recipe run. Outputs may include:

    • Datasets

    • Artifacts

    • Models

    • Charts

You can click on each output or input item to explore its detailed information.

PreviousRAG RecipesNextScheduler overview

Last updated 22 hours ago