Skip to content

Commit

Permalink
Update flow-trigger.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
hotlong authored Mar 15, 2022
1 parent 58af209 commit ee6770b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/docs/flow-trigger.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ module.exports = {
afterCancel: [async] Function,
beforeTerminate: [async] Function,
afterTerminate: [async] Function,
beforeEnd: [async] Function,
afterEnd: [async] Function,
}
```
Expand All @@ -44,6 +45,7 @@ module.exports = {
- afterCancel: 取消申请后执行,选填
- beforeTerminate: 流程被中止前执行,选填
- afterTerminate: 流程被中止后执行,选填
- beforeEnd: 流程结束前执行,选填
- afterEnd: 流程结束后执行,选填


Expand Down

0 comments on commit ee6770b

Please sign in to comment.