Prism Project Overview
Query a Prism project for all shots and assets, get the latest published version of each, compare against minimum version requirements, and generate a pipeline health report.
Graph Preview
Execution Flow
Connect to Prism and load project context
Fetch all assets and shots for current project
ForEach iterates over each asset/shot entry
Query latest published product version
Compare version against minimum requirement
Aggregate results into project health report
Node Breakdown
Integrations
Tags
Source
vfx_workflows/01_prism_project_overview.json
Production VFX pipeline workflow (nodes + connections)
Related Examples
Browse all →Prism Multi-Asset Publisher
intermediateBatch-publish multiple assets to Prism Pipeline in a single execution: iterate over an asset name list, validate each entry, create versioned Prism products, and return published vs failed counts.
Maya Asset Publish Pipeline
advancedFull Maya-to-Prism asset publish: open a Maya scene via headless subprocess, export Alembic cache, create a Prism product version, submit a Deadline render job, and log the job ID.
Multi-Shot Alembic Export
advancedRead a CSV shot list, open each Maya scene headlessly, set the correct frame range from shot metadata, export per-shot Alembic caches, and collect all output paths.