¶workflow
A catalog to manage and nest Shift workflows. It includes operators to input and output data, store variables and execute sub-workflows.
¶Input
Operator for external input. To define external data, this operator requires the user to create out plugs for it.
Allows creation of custom plugs.
¶Output
Operator for external output. To define the data to send out, this operator requires the user to create in plugs for it.
Allows creation of custom plugs.
¶Variable
Operator for to manage workflow variables. Input plugs will set variables values, while output plugs get variables values.
Allows creation of custom plugs.
¶Workflow
The workflow operator defines and executes an external Shift workflow. The operator expands its plugs dynamically to enable access to its input and output data.
Inputs
Name | Type | Default |
---|---|---|
file | FileIn |
¶WorkflowProcess
The workflow operator defines and executes an external shift workflow. The operator expands its plugs dynamically to enable access to its input and output data.
Inputs
Name | Type | Default | Options |
---|---|---|---|
file | FileIn | ||
dcc | Enum | Maya | Maya, Python |