Source: factory.workflow/ObjWorkflowNotify.py
NOTIFY Node - sends a notification via ObjNotify.
name is the notify code stored in def_notify (e.g. ALERT_PAYMENT).
Supports LOCAL, REMOTE, and PROXY delivery modes configured per notify code.
| Method | Signature | Description |
|---|---|---|
| execute | execute(run_context: WorkflowContextType, current_result: str, input_guid: str, node_type: str, name: str, **kwargs) -> NodeExecuteResultType |
Execute a NOTIFY node. |