Cosmo Get Project Sequences Action
The Cosmo Get Project Sequences Action node iterates through all sequences contained in a specified Cosmo project.
For each sequence found, the node triggers the following nodes in the stream and passes the corresponding sequence asset ID as the node result.
The result can be accessed using: {job.assetId}
The node continues processing until every sequence in the project has been handled.
Input Parameters
Project ID ID of the project whose sequences should be processed.
Behavior
Retrieves all sequences belonging to the project
Executes the subsequent part of the stream once per sequence
Provides the sequence asset ID as the job context
Finishes successfully only after all sequences have been processed
If any downstream processing fails for a sequence, the entire node will be marked as failed.

Practical Use
This node is designed for automated project-wide workflows. It allows operations to be performed on every sequence within a project without manually selecting them.
Typical use cases include:
quality control checks
batch exports
report generation
validation workflows
automated publishing
Important Notes
The node does not process media clips — only sequences (timelines/compositions)
The node result represents the sequence asset ID, not a file path
Subsequent nodes must be able to handle iterative execution
In simple terms: This node turns a project into a loop. Instead of handling one timeline, your stream automatically runs once for every sequence inside the project — which is what makes large project automation actually practical.
Last updated