Skip to content

Commit b0d839a

Browse files
committed
【代码评审】BPM:触发器 HTTP 异步
1 parent d9019c1 commit b0d839a

File tree

1 file changed

+1
-1
lines changed
  • src/components/SimpleProcessDesignerV2/src

1 file changed

+1
-1
lines changed

src/components/SimpleProcessDesignerV2/src/consts.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -765,7 +765,7 @@ export enum TriggerTypeEnum {
765765
* 表单数据删除触发器
766766
*/
767767
FORM_DELETE = 3,
768-
// TODO @jason:1)HTTP_REQUEST_ASYNC 这个枚举值?;2)枚举值改成 2?;3)【有点纠结,微信讨论】异步是里面加个属性 async 属性,还是作为单独的枚举值。
768+
// TODO @jason:1)HTTP_CALLBACK 这个枚举值?然后,相关注释,朝着“HTTP 回调”走;2)枚举值改成 2?
769769
/**
770770
* 发起异步 HTTP 请求
771771
*/

0 commit comments

Comments
 (0)