MCPcopy Create free account
hub / github.com/Tencent/CodeAnalysis / putNodeProcess

Function putNodeProcess

web/packages/tca-layout/src/services/nodes.ts:71–71  ·  view source on GitHub ↗
(orgId: string, nodeId: number | string, data: any)

Source from the content-addressed store, hash-verified

69 * @param data 节点信息
70 */
71export const putNodeProcess = (orgId: string, nodeId: number | string, data: any) => put(`${getNodePrefix(orgId)}${nodeId}/processes/`, data);
72
73/**
74 * 查看节点执行任务列表

Callers 2

onSaveProcessHandleFunction · 0.90
onSaveProcessHandleFunction · 0.90

Calls 2

putFunction · 0.85
getNodePrefixFunction · 0.85

Tested by

no test coverage detected