Compare commits

..

No commits in common. "f7e03792f6b608815698860ab6eb348c2082754e" and "0dab71edfe4239aea95f5a8c647c5b8200220c48" have entirely different histories.

1 changed files with 1 additions and 2 deletions

View File

@ -114,7 +114,6 @@ export class EnhancedDataflowControlService extends DataflowControlService {
/**
*
* userId ,
*/
async executeDataflowControl(
diagramId: number,
@ -122,7 +121,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> {