Compare commits
No commits in common. "f7e03792f6b608815698860ab6eb348c2082754e" and "0dab71edfe4239aea95f5a8c647c5b8200220c48" have entirely different histories.
f7e03792f6
...
0dab71edfe
|
|
@ -114,7 +114,6 @@ export class EnhancedDataflowControlService extends DataflowControlService {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 확장된 데이터플로우 제어 실행
|
* 확장된 데이터플로우 제어 실행
|
||||||
* 부모 클래스와 호환성을 위해 userId 파라미터 유지, 추가 파라미터는 옵션으로 전달
|
|
||||||
*/
|
*/
|
||||||
async executeDataflowControl(
|
async executeDataflowControl(
|
||||||
diagramId: number,
|
diagramId: number,
|
||||||
|
|
@ -122,7 +121,7 @@ export class EnhancedDataflowControlService extends DataflowControlService {
|
||||||
triggerType: "insert" | "update" | "delete",
|
triggerType: "insert" | "update" | "delete",
|
||||||
sourceData: Record<string, any>,
|
sourceData: Record<string, any>,
|
||||||
tableName: string,
|
tableName: string,
|
||||||
userId: string = "system", // 부모 클래스 시그니처 유지
|
// 🆕 추가 매개변수
|
||||||
sourceConnectionId?: number,
|
sourceConnectionId?: number,
|
||||||
targetConnectionId?: number
|
targetConnectionId?: number
|
||||||
): Promise<ExecutionResult> {
|
): Promise<ExecutionResult> {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue