(ctx context.Context, workflowID uuid.UUID)
| 68 | IncRunsCounter(ctx context.Context, workflowID uuid.UUID) error |
| 69 | FindByID(ctx context.Context, workflowID uuid.UUID) (*Workflow, error) |
| 70 | SoftDelete(ctx context.Context, workflowID uuid.UUID) error |
| 71 | } |
| 72 | |
| 73 | // TODO: move to pointer properties to handle empty values |
no outgoing calls
no test coverage detected