···74747575// CiDefs_Workflow is a "workflow" in the sh.tangled.ci.defs schema.
7676type CiDefs_Workflow struct {
7777+ Error *string `json:"error,omitempty" cborgen:"error,omitempty"`
7778 FinishedAt *string `json:"finishedAt,omitempty" cborgen:"finishedAt,omitempty"`
7879 // id: Spindle-local workflow id. Unique per pipeline, usually same as name.
7980 Id string `json:"id" cborgen:"id"`