[agent-pipeline] pipe-20260329112709-ncml round-1

This commit is contained in:
DDD1542
2026-03-29 22:56:00 +09:00
parent b3f2383ef0
commit a5f4cd5ba9
397 changed files with 4011 additions and 4161 deletions
+4 -4
View File
@@ -456,10 +456,10 @@ export async function moveDataToNextStep(
recordId: string | number,
): Promise<ApiResponse<{ success: boolean }>> {
return moveData({
flowId,
fromStepId,
recordId: String(recordId),
toStepId,
flow_id: flowId,
from_step_id: fromStepId,
record_id: String(recordId),
to_step_id: toStepId,
});
}