ERP-node/frontend/components/dataflow/node-editor/panels/properties
kjs f697e1e897 feat: Add procedure and function management in flow controller
- Introduced new endpoints in FlowController for listing procedures and retrieving procedure parameters, enhancing the flow management capabilities.
- Updated FlowDataMoveService to support procedure calls during data movement, ensuring seamless integration with external and internal databases.
- Enhanced NodeFlowExecutionService to execute procedure call actions, allowing for dynamic execution of stored procedures within flow nodes.
- Updated frontend components to support procedure selection and parameter management, improving user experience in configuring flow steps.
- Added necessary types and API functions for handling procedure-related data, ensuring type safety and clarity in implementation.
2026-03-03 14:33:17 +09:00
..
AggregateProperties.tsx 제어 집계함수 노드 추가 2025-12-05 15:18:55 +09:00
CommentProperties.tsx 제어관리 개선판 2025-10-24 14:11:12 +09:00
ConditionProperties.tsx Merge branch 'jskim-node' of http://39.117.244.52:3000/kjs/ERP-node into gbpark-node 2026-02-11 18:05:32 +09:00
DataTransformProperties.tsx 플로우 페이지네이션 안보임 2025-10-24 15:40:08 +09:00
DeleteActionProperties.tsx feat: DELETE 노드 WHERE 조건에 소스 필드 선택 기능 추가 2026-01-09 11:44:14 +09:00
EmailActionProperties.tsx 메일 본문 내용 사용자 경험 개선 2025-12-09 13:50:17 +09:00
ExternalDBSourceProperties.tsx 제어관리 개선판 2025-10-24 14:11:12 +09:00
FormulaTransformProperties.tsx 엑셀업로드 제어로직 개선 2026-01-13 09:30:19 +09:00
HttpRequestActionProperties.tsx 외부호출 노드들 2025-12-09 12:13:30 +09:00
InsertActionProperties.tsx feat: Add procedure and function management in flow controller 2026-03-03 14:33:17 +09:00
LogProperties.tsx 제어관리 개선판 2025-10-24 14:11:12 +09:00
ProcedureCallActionProperties.tsx feat: Add procedure and function management in flow controller 2026-03-03 14:33:17 +09:00
RestAPISourceProperties.tsx 제어관리 개선판 2025-10-24 14:11:12 +09:00
ScriptActionProperties.tsx 외부호출 노드들 2025-12-09 12:13:30 +09:00
TableSourceProperties.tsx api요청정보 수정 2025-10-24 16:39:54 +09:00
UpdateActionProperties.tsx feat: Add procedure and function management in flow controller 2026-03-03 14:33:17 +09:00
UpsertActionProperties.tsx feat: Add procedure and function management in flow controller 2026-03-03 14:33:17 +09:00