diff --git a/misc/test/bug-tracker/process_model.json b/misc/test/bug-tracker/process_model.json index 2fef30ca..3b601fd8 100644 --- a/misc/test/bug-tracker/process_model.json +++ b/misc/test/bug-tracker/process_model.json @@ -5,7 +5,16 @@ "exception_notification_addresses": [], "fault_or_suspend_on_exception": "fault", "files": [], - "metadata_extraction_paths": null, + "metadata_extraction_paths": [ + { + "key": "description", + "path": "description" + }, + { + "key": "status", + "path": "status" + } + ], "primary_file_name": null, "primary_process_id": null } \ No newline at end of file