Prerequisites
Before using workflows, ensure you have:
- A PG:AI account with Agent access and Workflows enabled
- Familiarity with the AI Assistant and Canvas (workflows build on both)
Accessing Workflows
Workflows are accessed from the Workflows section in the PG:AI sidebar navigation. You’ll see:- Available workflows - pre-built and custom workflows ready to run
- Workflow history - previous runs with status and output
Running a Pre-Built Workflow
Configure parameters
Configure any parameters the workflow requires (e.g. meeting date, attendee names, specific topics).
Common Pre-Built Workflows
- Meeting prep - generates a meeting brief with strategic context, key contacts, and suggested discussion topics.
- Account research - runs a comprehensive research pass across all Intelligence dimensions and produces a research report.
- Territory review - scans accounts in a territory segment, flags changes, and produces a summary report.
- Competitive analysis - generates a competitive comparison for a specific account or deal.
Building a Custom Workflow
Custom workflows are assembled from steps. Each step is a discrete action:| Step Type | What It Does |
|---|---|
| LLM Generation | Generate text using a prompt with account context |
| Tool Call | Invoke a tool (web search, contact lookup, etc.) |
| Conditional | Branch based on a condition |
| Validation | Check output against criteria |
| Workflow Call | Run another workflow as a sub-step |
