mirror of
https://github.com/usual2970/certimate.git
synced 2025-07-31 14:36:51 +00:00
expression evaluate
This commit is contained in:
@@ -101,6 +101,11 @@ func (w *workflowInvoker) processNode(ctx context.Context, node *domain.Workflow
|
||||
processor.GetLogger().Error(procErr.Error())
|
||||
break
|
||||
}
|
||||
|
||||
nodeOutputs := processor.GetOutputs()
|
||||
if len(nodeOutputs) > 0 {
|
||||
ctx = nodes.AddNodeOutput(ctx, current.Id, nodeOutputs)
|
||||
}
|
||||
}
|
||||
|
||||
break
|
||||
|
Reference in New Issue
Block a user