From 8a9f2583bfdab9c3cbc60457ec904af44b44e6e9 Mon Sep 17 00:00:00 2001 From: sartography-automated-committer Date: Mon, 19 Dec 2022 19:33:06 +0000 Subject: [PATCH] User: admin updated process model misc/test/bug-tracker --- misc/test/bug-tracker/process_model.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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