{description}
} {hasSource && ({nodeDefinition.description}
{nodeDefinition.execution_kind === 'bridge' ? 'Legacy Bridge' : 'Native Node'}This node currently has no configurable settings in the editor.
)} {Object.entries(fieldsBySection).map(([section, fields]) => ({field.description}
)}Available Nodes
{definition.label}
{definition.execution_kind === 'bridge' ? 'Bridge' : 'Native'}{definition.step}
{definition.description}
{EXECUTION_MODE_HINTS[executionMode]}
{selectedWorkflow.name}
{EXECUTION_MODE_LABELS[selectedWorkflow.config.ui?.execution_mode ?? 'legacy']}No workflows configured.
Workflows define the sequence of pipeline steps for rendering orders. Click "New Workflow" to create one.
> ) : ( <>No workflow selected
Select a workflow from the list or create a new one.
> )}