Source: factory.workflow/ObjWorkflowTicket.py
TICKET Node - Manage tickets from workflows.
Reads ticket_action from run_context to determine
the operation: create, update, assign, comment,
resolve, close, merge, or escalate_overdue.
...
| Method | Signature | Description |
|---|---|---|
| execute | execute(run_context: WorkflowContextType, current_result: str, input_guid: str, node_type: str, name: str, **kwargs) -> NodeExecuteResultType |
Execute a TICKET node. |