Back to Website
Show / Hide Table of Contents

Concepts

Pipelines are described in a JSON format and consist of a set of tasks.

{
    "tasks": [
        {
            "description": "Extract design",
            "type": "extract-project-design",
            "parameters": { ... },
            "outputArtifacts": [ ... ]
        },
        {
            "description": "Render design",
            "type": "render-hires",
            "inputArtifacts": [ ... ],
            "parameters": { ... },
            "outputArtifacts": [ ... ]
        },
        {
            "description": "Finalize",
            "type": "finalize",
            "finalArtifacts": [ ... ]
        }
    ]
}

The tasks can consume and produce artifacts and work depending on some parameters, which can be configuration settings and project data.

Pipeline

In this chapter

Was this page helpful?
Thanks for your feedback!
Back to top Copyright © 2001–2024 Aurigma, Inc. All rights reserved.
Loading...
    Thank for your vote
    Your opinion is important to us. To provide details, send feedback.
    Send feedback