Source: factory.workflow/ObjWorkflowConstants.py
CONSTANTS Node - Loads key-value pairs into the workflow run context.
Node types: CONSTANTS
Queries a named database table whose first two columns are treated as
...
| Method | Signature | Description |
|---|---|---|
| execute | execute(run_context: WorkflowContextType, current_result: str, input_guid: str, node_type: str, name: str, **kwargs) -> NodeExecuteResultType |
Execute a CONSTANTS node. |