VFX WorkflowintermediateVFX Workflows

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.

15 nodesAsync · Prism API · 12 connections

Graph Preview

prism-project-overview.vnwView source

Execution Flow

1

Connect to Prism and load project context

2

Fetch all assets and shots for current project

3

ForEach iterates over each asset/shot entry

4

Query latest published product version

5

Compare version against minimum requirement

6

Aggregate results into project health report

Node Breakdown

Get ProjectPrism
Get AssetsPrism
ForEachLogic
Get VersionPrism
CompareLogic
Build ReportOutput

Integrations

Prism Pipeline

Tags

#prism#pipeline#health#reporting#assets#shots

Source

vfx_workflows/01_prism_project_overview.json

Production VFX pipeline workflow (nodes + connections)

Related Examples

Browse all →
asset_names
entity_type
task
Prism
published
failed
Node JSON

Prism Multi-Asset Publisher

intermediate

Batch-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.

4 inputs·3 outputs·Prism
#prism#publishing#batch
VFX

Maya Asset Publish Pipeline

advanced

Full 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.

15 nodesHeadless Subprocess
MayaPrism PipelineDeadline
#maya#prism#deadline
VFX

Multi-Shot Alembic Export

advanced

Read 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.

14 nodesHeadless Subprocess
MayaFile I/O
#maya#alembic#shots