You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
insert into`dss_workflow_node_ui`(`id`,`key`,`description`,`description_en`,`lable_name`,`lable_name_en`,`ui_type`,`required`,`value`,`default_value`,`is_hidden`,`condition`,`is_advanced`,`order`,`node_menu_type`,`is_base_info`,`position`) values (49,'feishuTo','请填写飞书接收人英文名,多个用英文分号分隔','Please enter Feishu receiver name, separated by semicolons','飞书接收人','Feishu To','Input',0,NULL,NULL,0,NULL,0,1,1,0,'runtime');
146
148
insert into`dss_workflow_node_ui`(`id`,`key`,`description`,`description_en`,`lable_name`,`lable_name_en`,`ui_type`,`required`,`value`,`default_value`,`is_hidden`,`condition`,`is_advanced`,`order`,`node_menu_type`,`is_base_info`,`position`) values (19,'itsm','请填写关联审批单','Please enter ITSM','关联审批单','ITSM','Input',1,NULL,NULL,0,NULL,0,1,1,0,'runtime');
147
149
insert into`dss_workflow_node_ui`(`id`,`key`,`description`,`description_en`,`lable_name`,`lable_name_en`,`ui_type`,`required`,`value`,`default_value`,`is_hidden`,`condition`,`is_advanced`,`order`,`node_menu_type`,`is_base_info`,`position`) values (20,'msg.type','请正确填写消息类型','Please enter message type correctly','msg.type','msg.type','Disable',1,NULL,'SEND',0,NULL,0,1,1,0,'runtime');
148
150
insert into`dss_workflow_node_ui`(`id`,`key`,`description`,`description_en`,`lable_name`,`lable_name_en`,`ui_type`,`required`,`value`,`default_value`,`is_hidden`,`condition`,`is_advanced`,`order`,`node_menu_type`,`is_base_info`,`position`) values (21,'msg.topic','消息主题,必须与eventreceiver完全一致','Message subject must be exactly the same as eventreceiver','msg.topic','msg.topic','Input',1,NULL,NULL,0,NULL,0,1,1,0,'runtime');
@@ -197,6 +199,8 @@ select @node_ui_content:=id from dss_workflow_node_ui where `key`='content';
197
199
select @node_ui_to:=id from dss_workflow_node_ui where`key`='to';
198
200
select @node_ui_cc:=id from dss_workflow_node_ui where`key`='cc';
199
201
select @node_ui_bcc:=id from dss_workflow_node_ui where`key`='bcc';
202
+
select @node_ui_sendFeishu:=id from dss_workflow_node_ui where`key`='sendFeishu';
203
+
select @node_ui_feishuTo:=id from dss_workflow_node_ui where`key`='feishuTo';
200
204
select @node_ui_itsm:=id from dss_workflow_node_ui where`key`='itsm';
201
205
select @node_ui_msg_sender:=id from dss_workflow_node_ui where`key`='msg.sender';
202
206
select @node_ui_msg_body:=id from dss_workflow_node_ui where`key`='msg.body';
0 commit comments