From 7c43f68ebbe80e75db37feecd03ef48b9ce8ce6d Mon Sep 17 00:00:00 2001 From: sartography-automated-committer Date: Tue, 3 Jan 2023 13:38:45 -0500 Subject: [PATCH] added email addresses for lanes with dict w/ burnettk --- .../category_number_one/lanes-with-dict/lanes_with_dict.bpmn | 5 ++--- misc/category_number_one/workflow_one/process_model.json | 1 + 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/misc/category_number_one/lanes-with-dict/lanes_with_dict.bpmn b/misc/category_number_one/lanes-with-dict/lanes_with_dict.bpmn index ce09457a..f02f048c 100644 --- a/misc/category_number_one/lanes-with-dict/lanes_with_dict.bpmn +++ b/misc/category_number_one/lanes-with-dict/lanes_with_dict.bpmn @@ -54,9 +54,8 @@ Flow_0xyca1b Flow_13ejjwk lane_owners = { - "Finance Team": ['testuser3', 'testuser4', 'kb', 'jon', 'fin', 'fin1'], - "Bigwig": ['testadmin1', 'dan', 'lead', 'lead1'], - "Process Initiator": ['testadmin1'] + "Finance Team": ['kb@sartography.com', 'jon@sartography.com', 'fin@status.im', 'fin1@status.im'], + "Bigwig": ['dan@sartography.com', 'lead@status.im', 'lead1@status.im'] } diff --git a/misc/category_number_one/workflow_one/process_model.json b/misc/category_number_one/workflow_one/process_model.json index ab87c2a4..b0fe3c63 100644 --- a/misc/category_number_one/workflow_one/process_model.json +++ b/misc/category_number_one/workflow_one/process_model.json @@ -5,6 +5,7 @@ "exception_notification_addresses": [], "fault_or_suspend_on_exception": "fault", "files": [], + "metadata_extraction_paths": null, "primary_file_name": "sample.bpmn", "primary_process_id": "sample" } \ No newline at end of file