chpark-sync #425

Merged
kjs merged 293 commits from chpark-sync into main 2026-03-23 09:36:36 +09:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit e5b6672c2d - Show all commits

View File

@ -114,6 +114,7 @@ export class EnhancedDataflowControlService extends DataflowControlService {
/**
*
* userId ,
*/
async executeDataflowControl(
diagramId: number,
@ -121,7 +122,7 @@ export class EnhancedDataflowControlService extends DataflowControlService {
triggerType: "insert" | "update" | "delete",
sourceData: Record<string, any>,
tableName: string,
// 🆕 추가 매개변수
userId: string = "system", // 부모 클래스 시그니처 유지
sourceConnectionId?: number,
targetConnectionId?: number
): Promise<ExecutionResult> {