Skip to content

Writing project files

Alan B. Christie edited this page Sep 19, 2025 · 2 revisions

When your workflow has finished you probably want to write its results (files or files) back to the enclosing Project directory, typically in the last step of a workflow.

Outputs are declared in the workflow's variables (see Workflow variables).

In order to identify the source of the output file you simply have to refer to an output file variable in a step's "plumbing".

Clone this wiki locally