feat: save related runId in certificates or workflow outputs
This commit is contained in:
@@ -5,6 +5,7 @@ const CollectionNameWorkflowOutput = "workflow_output"
|
||||
type WorkflowOutput struct {
|
||||
Meta
|
||||
WorkflowId string `json:"workflowId" db:"workflow"`
|
||||
RunId string `json:"runId" db:"runId"`
|
||||
NodeId string `json:"nodeId" db:"nodeId"`
|
||||
Node *WorkflowNode `json:"node" db:"node"`
|
||||
Outputs []WorkflowNodeIO `json:"outputs" db:"outputs"`
|
||||
|
||||
Reference in New Issue
Block a user