[Question]How can I add integration tests for task timeout alerts and workflow timeout alerts in the master logic? #17842
-
|
How can I add integration tests for task timeout alerts and workflow timeout alerts in the master logic? |
Beta Was this translation helpful? Give feedback.
Answered by
ruanwenjun
Jan 5, 2026
Replies: 1 comment
-
|
The master side will generate an alert event, so create a timeout task/workflow and assert the event can test this. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
njnu-seafish
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The master side will generate an alert event, so create a timeout task/workflow and assert the event can test this.