dispatch_node
Dispatch nodes.
AbstractDispatchTask dataclass
Bases: ABC
A graph execution split node, not to be executed.
Source code in client/ayon_workflow/workflow_editor/dispatch_node.py
19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 | |
get_associated_manager() staticmethod
The manager associated to the dispatch task.
Source code in client/ayon_workflow/workflow_editor/dispatch_node.py
39 40 41 42 | |
DeadlineThinkbox dataclass
Bases: AbstractDispatchTask
A split node associated to Deadline Thinkbox.
Source code in client/ayon_workflow/workflow_editor/dispatch_node.py
74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 | |
GenericDispatchTask dataclass
Bases: AbstractDispatchTask
A generic split node.
Source code in client/ayon_workflow/workflow_editor/dispatch_node.py
66 67 68 69 70 71 | |
RoyalRender dataclass
Bases: AbstractDispatchTask
A split node associated to RoyalRender.
Source code in client/ayon_workflow/workflow_editor/dispatch_node.py
94 95 96 97 98 99 100 101 102 103 104 105 106 107 | |
TaskChunkParameters dataclass
A graph execution split node, not to be executed.
Source code in client/ayon_workflow/workflow_editor/dispatch_node.py
11 12 13 14 15 16 | |
get_dispatch_node_types()
Return the available node types.
Source code in client/ayon_workflow/workflow_editor/dispatch_node.py
110 111 112 113 114 | |