mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[GH-ISSUE #641] [Bug] 工作流节点执行成功后汇合逻辑分支未执行通知任务 #426
Labels
No labels
announcement
backlog
bug
declined
documentation
duplicate
enhancement
good first issue
good first issue
help wanted
invalid
pull-request
question
stale
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/certimate#426
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @peartonli on GitHub (Apr 23, 2025).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/641
软件版本 / Release Version
v0.3.9
缺陷描述 / Description
一个标准的证书申请、部署工作流,在结束前定义了一个邮件通知“执行成功”,查看运行日志,未执行该任务
复现步骤 / Steps to reproduce
1、工作流
2、执行日志
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
按工作流程定义,最后这个步骤是成功条件下的关键路径,需要执行。