mirror of
https://github.com/usual2970/certimate.git
synced 2025-07-20 18:07:59 +00:00
feat: save related runId in certificates or workflow outputs
This commit is contained in:
@@ -141,7 +141,7 @@ func (s *WorkflowService) runWithData(ctx context.Context, runData *workflowRunD
|
||||
run = resp
|
||||
}
|
||||
|
||||
processor := processor.NewWorkflowProcessor(workflow)
|
||||
processor := processor.NewWorkflowProcessor(workflow, run)
|
||||
if runErr := processor.Run(ctx); runErr != nil {
|
||||
run.Status = domain.WorkflowRunStatusTypeFailed
|
||||
run.EndedAt = time.Now()
|
||||
|
Reference in New Issue
Block a user