Versions in this module Expand all Collapse all v1 v1.8.1 Sep 15, 2025 v1.8.0 Sep 11, 2025 Changes in this version + type WorkflowConfigSnapshot struct + Id int + PipelineId int + WorkflowId int + WorkflowRequestJson string + WorkflowRequestSchemaVersion string + WorkflowType types.WorkflowType + type WorkflowConfigSnapshotRepository interface + FindLatestFailedWorkflowSnapshot func(workflowId int, workflowType types.WorkflowType) (*WorkflowConfigSnapshot, error) + SaveWithTx func(tx *pg.Tx, snapshot *WorkflowConfigSnapshot) (*WorkflowConfigSnapshot, error) + type WorkflowConfigSnapshotRepositoryImpl struct + func NewWorkflowConfigSnapshotRepositoryImpl(dbConnection *pg.DB, logger *zap.SugaredLogger, ...) *WorkflowConfigSnapshotRepositoryImpl + func (impl *WorkflowConfigSnapshotRepositoryImpl) FindLatestFailedWorkflowSnapshot(workflowId int, workflowType types.WorkflowType) (*WorkflowConfigSnapshot, error) + func (impl *WorkflowConfigSnapshotRepositoryImpl) SaveWithTx(tx *pg.Tx, snapshot *WorkflowConfigSnapshot) (*WorkflowConfigSnapshot, error)