mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-25 20:55:52 +03:00
[GH-ISSUE #1104] The workflow still stops after failing to run one nodes, even though there is no “End” node there #745
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#745
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 @FarrelF on GitHub (Dec 15, 2025).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/1104
Release Version / 软件版本
v0.4.9
Description / 问题描述
I have a simple workflow like this:
As you can see that there is no "End" node after "Sent Notification to Telegram" and there is a monitoring node before 'End' node in the workflow, so I expect that after sent notification because node failure (e.g. certificate issuance failure in this case), the workflow still continue to running (e.g. run the monitoring node in this case), unless it ends using 'End' node.
But what actually happened was that the workflow stopped after sending the notification, even though there was no “End” node and the monitoring node was not running properly. The following is the screenshot:
Is there something wrong with this workflow? I have checked this several times before, but it seems that there is nothing wrong with the workflow.
So I think this is a bug in Certimate itself, or maybe I am wrong?
Miscellaneous / 其他
There is what I'm using
The following is the workflow code that I export it to YAML format:
@fudiwei commented on GitHub (Dec 16, 2025):
It's buggy.