플로우 분기처리 구현
This commit is contained in:
@@ -195,6 +195,13 @@ export class FlowStepService {
|
||||
color: row.color,
|
||||
positionX: row.position_x,
|
||||
positionY: row.position_y,
|
||||
// 하이브리드 플로우 지원 필드
|
||||
moveType: row.move_type || undefined,
|
||||
statusColumn: row.status_column || undefined,
|
||||
statusValue: row.status_value || undefined,
|
||||
targetTable: row.target_table || undefined,
|
||||
fieldMappings: row.field_mappings || undefined,
|
||||
requiredFields: row.required_fields || undefined,
|
||||
createdAt: row.created_at,
|
||||
updatedAt: row.updated_at,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user