Process
Process.name
Process.alias
Process.outdir
Process.type
Process.status
Process.input_nodes
Process.output_nodes
Process.remove_nonexistent_nodes()
Bases: object
object
A Process represents a job that has been run by the Pipeliner
The name of the process. It should be in the format “<jobtype>/jobxxx/”. The trailing slash is required
str
An alternate name for the process to make it easier to identify
The directory the process was written into
The process’s type
The process’s status. One of ‘running, scheduled, successful, failed, or aborted’
Node objects for files the process use as inputs
list
Node objects for files the process produces
Checks the files for the output nodes of the process actually exist
Removes them from the output node list if the files are not found
The names of the removed nodes
List[str]