interface
Interfaces to inherit from to define workflow nodes and extensions.
InputAttribute dataclass
Represents an input attribute for a workflow node.
Source code in client/ayon_workflow/plugin_system/interface.py
8 9 10 11 12 13 14 15 16 17 | |
OutputAttribute dataclass
Represents an input attribute for a workflow node.
Source code in client/ayon_workflow/plugin_system/interface.py
20 21 22 23 24 25 26 | |
WorkflowNode dataclass
Base class for available workflow UI nodes.
Source code in client/ayon_workflow/plugin_system/interface.py
38 39 40 41 42 43 44 45 46 47 | |
WorkflowNodeImplementation dataclass
Implementation from functions.
Source code in client/ayon_workflow/plugin_system/interface.py
29 30 31 32 33 34 35 | |