ERP-node/frontend/components/dataflow/node-editor/nodes
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
..
AggregateNode.tsx 제어 집계함수 노드 추가 2025-12-05 15:18:55 +09:00
CommentNode.tsx feat: 노드 기반 데이터 플로우 시스템 구현 2025-10-02 16:22:29 +09:00
ConditionNode.tsx 테이블에 존재하는지 확인하는 제어 추가 2026-01-07 09:55:19 +09:00
DataTransformNode.tsx feat: 노드 기반 데이터 플로우 시스템 구현 2025-10-02 16:22:29 +09:00
DeleteActionNode.tsx feat: 노드 기반 데이터 플로우 시스템 구현 2025-10-02 16:22:29 +09:00
EmailActionNode.tsx 메일 본문 내용 사용자 경험 개선 2025-12-09 13:50:17 +09:00
ExternalDBSourceNode.tsx feat: 노드 기반 데이터 플로우 시스템 구현 2025-10-02 16:22:29 +09:00
FormulaTransformNode.tsx 엑셀업로드 제어로직 개선 2026-01-13 09:30:19 +09:00
HttpRequestActionNode.tsx 외부호출 노드들 2025-12-09 12:13:30 +09:00
InsertActionNode.tsx feat: 노드 기반 데이터 플로우 시스템 구현 2025-10-02 16:22:29 +09:00
LogNode.tsx feat: 노드 기반 데이터 플로우 시스템 구현 2025-10-02 16:22:29 +09:00
NodeWithValidation.tsx 플로우 페이지네이션 안보임 2025-10-24 15:40:08 +09:00
ProcedureCallActionNode.tsx feat: Add procedure and function management in flow controller 2026-03-03 14:33:17 +09:00
RestAPISourceNode.tsx feat: 노드 기반 데이터 플로우 시스템 구현 2025-10-02 16:22:29 +09:00
ScriptActionNode.tsx 외부호출 노드들 2025-12-09 12:13:30 +09:00
TableSourceNode.tsx feat: 노드 기반 데이터 플로우 시스템 구현 2025-10-02 16:22:29 +09:00
UpdateActionNode.tsx feat: 노드 기반 데이터 플로우 시스템 구현 2025-10-02 16:22:29 +09:00
UpsertActionNode.tsx feat: 노드 기반 데이터 플로우 시스템 구현 2025-10-02 16:22:29 +09:00