Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

动作stoptask会执行前任务的on error #499

Closed
Saratoga-Official opened this issue Dec 25, 2024 · 5 comments · Fixed by #500
Closed

动作stoptask会执行前任务的on error #499

Saratoga-Official opened this issue Dec 25, 2024 · 5 comments · Fixed by #500
Labels
bug Something isn't working

Comments

@Saratoga-Official
Copy link
Contributor

经过测试,在pipeline中照如下写会造成这两个任务无限循环,推测是stoptask之后执行了on error
{
"测试A": {
"next": [
"测试B"
],
"post_wait_freezes": 0,
"interrupt": [],
"on_error": [
"测试A"
],
"focus": true,
"focus_tip": "测试A",
"focus_tip_color": "Red"
},
"测试B": {
"action": "StopTask",
"post_wait_freezes": 0,
"interrupt": [],
"on_error": [],
"focus": true,
"focus_tip": "测试B",
"focus_tip_color": "Red"
}
}
使用MFA测试如图
ZD~8D}V_WR4LYS$3Q{}_S

@MistEO
Copy link
Member

MistEO commented Dec 26, 2024

log 发一下,debug/maa.log

@Saratoga-Official
Copy link
Contributor Author

maa.log

@MistEO MistEO added the bug Something isn't working label Dec 26, 2024
MistEO added a commit that referenced this issue Dec 26, 2024
@MistEO
Copy link
Member

MistEO commented Dec 26, 2024

https://github.com/MaaXYZ/MaaFramework/actions/runs/12498746357?pr=500 帮忙试试这个包好使了不

@Saratoga-Official
Copy link
Contributor Author

Saratoga-Official commented Dec 26, 2024

才发现底下有包

@Saratoga-Official
Copy link
Contributor Author

maa.log

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants