Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.gp.scale.com/llms.txt

Use this file to discover all available pages before exploring further.

Workflows is a no/low code durable workflow orchestration platform. It allows technical and non-technical teams to build, automate, and evaluate AI-driven data pipelines by chaining together data sources, transformations, custom Python scripts, and agent responses into a unified production workflow. Workflows Overview Pn

Getting started

You can access it on SGP (Scale GenAI Platform) through the Workflows tab. If you don’t see the tab on your SGP, please contact us. To start a workflow you must either import data or connect to a data source. Data sources available vary based on the connections set in the SGP instance you are running Workflows on. You can set up new Data Sources under the Assets tab. Workflows Starter Page Pn We have provided starter templates that you can Duplicate or take inspiration from that are based on the most common workflows engineers run on Workflows. Just press the copy button on the top right to duplicate a workflow.

Workflows cards

The basic building block in Workflows is called a card. Cards can produce data, transform data, or perform actions on data. When you start a new Workflows session, you can add cards to build your workflow. Each card has its own interface appropriate for its function. Think of it like a form that you have to fill out to tell the card what you want it to do. Basicspython Pn For example, the Python card appropriately has a code editor for you to write the code to transform the data you have imported in a previous step. The card includes all the necessary libraries to transform data. Plottingpython Pn Additionally, the Python card also supports print and matplotlib.pyplot statements for quick EDA or debugging. If you include those statements, the output will show up in the Logs tab and Visualization tab respectively, beside the usual Data tab. Cards stack upon each other, allowing you to perform rich transformations or analyses over the previous card’s data. As an example, we can take a CSV that has different LLM completions against a prompt and have an LLM judge it against ground truth for evals. Basicsllm Pn Workflows sessions are long-lived, so you can run cards that take extended periods of time (for example, model evaluations using reasoning LLMs on thousands of rows) without losing your work. You can save cards while iterating, then run them later when you’re ready. Each session has a unique URL identifier that gives you persistent access to your session. Linkshare Pn Finally, once you are done with a workflow, you can export the final output dataframe as an Evaluation that you can always access and monitor later. This is helpful in the cases you are running the evaluation on your agent traces periodically. You can also save it as an SGP Dataset that can be downloaded and shared as a CSV. Export Evals Pn In the event that you need data from another workflow in the current one, you can use the Join Workflow card to bring the output of another workflow (dataframe) and join it with the output here. Attached image is from an example workflow where we had to bring the mock PII from another workflow to perform an evaluation on whether our agent was correctly implementing PII anonymization. Joins Pn

Key features & associated cards

Cards More Pn Workflows offers a variety of cards for pulling, transforming, and performing actions on data. Additional cards will be added based on enterprise use case requirements. Some of the ways cards can be used are:
  • Importing data: Read data from sources like agent Traces tab, a CSV upload, or queryable sources like Postgres, Snowflake, Mongo, or MS SQL directly.
  • Document understanding: Connect to cloud storage (Amazon S3, Azure Blob, Google Cloud Storage), parse unstructured documents using Dex card, automatically create Dex projects, extract structured data, and push parsed data to Knowledge Base. See the Guide to Document Parsing with Dex in Workflows for details.
  • Transforming data: Transform your data using custom Python code or simple cards like select columns, filter or aggregate. You can also use Join Data to join the output from another workflow into this workflow’s output (dataframe).
  • Call LLM or Agent: Generate output and traces against input from each row of your dataset via cards like Call LLM or Call Agent. Workflows allows you to call your Agentex agents on SGP.
  • Analyze data: Evaluate your outputs using LLM as Judge card and access the evaluation anytime in the SGP Evaluations tab.
  • Visualize data: Generate basic visualizations from your transformed dataset using the Python or Chart card. For advanced capabilities, export the data as an Evaluation and Dashboard, and open in the Dashboards tab.
  • Export the data: Export the data as CSV or as a Dataset on SGP. This dataset can be referred to in the Evaluations tab anytime.
  • Automate & monitor: Schedule the workflow to run hourly or daily. Monitor runs and get notified via Slack. Slack notification feature needs to be enabled for each enterprise.
Most cards are available in SGP > Workflows > New Workflow. Workflows instances deployed in customer VPCs may have a limited set of available cards based on customer requirements. You can chat with the Workflows team to activate or disable certain cards depending on your customer’s needs.

Schedule & monitor workflows

If you have a sequence of cards that you want to run repeatedly, you can save them to easily load and re-run later. You can Share the workflow via URL. You can add other editors for collaboration. By default, everyone who has access to that SGP instance account can read all the workflows, and only the creator of the workflow has editor access. Saveworkflow Pn A powerful feature of Workflows is the ability to execute them on a schedule. You can click on the calendar icon beside the title and toggle the Set a Schedule option and configure your desired schedule. Scheduled workflows allow you to automate repetitive tasks. Scheduleworkflow Pn From the side menu, you can view Execution logs anytime to monitor past runs. You can also check Workflow history to understand how the workflow changed across versions, the diffs, and the author responsible for each version. Exec Logs Pn

What’s coming next in H1 2026

Here are core features planned on our roadmap.
  • [Launched] More data source support: Currently, Workflows supports connection to queryable data sources. We just launched data connectors for cloud file storages like Amazon S3, Azure Blob, and Google Cloud Storage.
  • [Launched] Document parsing & extraction on Workflows: Utilize our Dex and Iris capabilities inside Workflows to parse unstructured data across Docs or PDFs into structured data and extract the information you need for your workflows.
  • UX & UI improvements: Make quality of life improvements to solve common pain points faced by users like improved error handling, messages for required missing inputs, improved navigation bars, etc.
  • More integrations with Agentex and AgentOps API and SDK: Currently, Workflows has integrations with our Evals SDK and the Dex SDK as separate cards. We want to extend the functionalities to cover the majority of SGP’s SDKs.
Creating a custom Workflows card to support your specific enterprise use case on their VPC is also straightforward. If your organization has functionality requirements, please contact us.