feat: processes and process runs CRUD
This commit is contained in:
@@ -158,6 +158,8 @@ class BaseRepository:
|
||||
"rationale", "decided_at", "superseded_by_id",
|
||||
"start_at", "end_at", "location", "agenda", "transcript", "notes_body",
|
||||
"priority", "recurrence", "mime_type",
|
||||
"category", "instructions", "expected_output", "estimated_days",
|
||||
"contact_id", "started_at",
|
||||
}
|
||||
clean_data = {}
|
||||
for k, v in data.items():
|
||||
|
||||
Reference in New Issue
Block a user