mirror of
https://github.com/usual2970/certimate.git
synced 2025-08-17 14:51:44 +00:00
feat: allow skip notify nodes when all previous nodes were skipped
This commit is contained in:
@@ -112,6 +112,7 @@ func (w *workflowInvoker) processNode(ctx context.Context, node *domain.Workflow
|
||||
|
||||
break
|
||||
}
|
||||
|
||||
// TODO: 优化可读性
|
||||
if procErr != nil && current.Type == domain.WorkflowNodeTypeCondition {
|
||||
current = nil
|
||||
|
Reference in New Issue
Block a user