Source: factory.workflow/ObjWorkflowService.py
SERVICE Node - Executes custom service objects
Loads and executes service classes that implement business logic.
Services must have a run_workflow_direct() method.
...
| Method | Signature | Description |
|---|---|---|
| execute | execute(run_context: dict, current_result: str, input_guid: str, node_type: str, name: str, **kwargs) -> tuple |
Execute a SERVICE node. |