Skip to content

[Bug] 工作流节点执行成功后汇合逻辑分支未执行通知任务 #641

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

Open
peartonli opened this issue Apr 23, 2025 · 0 comments
Labels
backlog Todo bug Something isn't working

Comments

@peartonli
Copy link

软件版本 / Release Version

v0.3.9

缺陷描述 / Description

一个标准的证书申请、部署工作流,在结束前定义了一个邮件通知“执行成功”,查看运行日志,未执行该任务

复现步骤 / Steps to reproduce

1、工作流

Image

2、执行日志

Image

3、测试结果
3.1 使用已部署过的域名创建该工作流,执行流程无错误,结果:未触发最后一步流程的邮件成功通知
3.2 使用未部署过的域名创建该工作流,执行流程无错误,结果:未触发最后一步流程的邮件成功通知

日志 / Logs

开始
[2025-04-23T09:22:57.312+08:00] [INFO] ready to start ...

申请证书
[2025-04-23T09:22:57.313+08:00] [INFO] ready to apply ...
[2025-04-23T09:22:57.314+08:00] [INFO] skip this application, because the certificate has already been issued (expires in 89d, next renewal in 30d)

部署证书到服务器
[2025-04-23T09:22:57.315+08:00] [INFO] ready to deploy ...
[2025-04-23T09:22:57.316+08:00] [INFO] skip this deployment, because the certificate has already been deployed

若前序节点执行成功…
[2025-04-23T09:22:57.317+08:00] [INFO] the previous node execution was succeeded

其他 / Miscellaneous

按工作流程定义,最后这个步骤是成功条件下的关键路径,需要执行。

@peartonli peartonli added the bug Something isn't working label Apr 23, 2025
@fudiwei fudiwei added the backlog Todo label Apr 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog Todo bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants