Update process_models_controller to include `fault_or_suspend_on_exception` and `exception_notification_addresses` for Process Model create/update
This commit is contained in:
parent
578935b1f5
commit
2461324773
|
@ -49,6 +49,8 @@ def process_model_create(
|
||||||
"primary_process_id",
|
"primary_process_id",
|
||||||
"description",
|
"description",
|
||||||
"metadata_extraction_paths",
|
"metadata_extraction_paths",
|
||||||
|
"fault_or_suspend_on_exception",
|
||||||
|
"exception_notification_addresses",
|
||||||
]
|
]
|
||||||
body_filtered = {
|
body_filtered = {
|
||||||
include_item: body[include_item]
|
include_item: body[include_item]
|
||||||
|
@ -100,6 +102,8 @@ def process_model_update(
|
||||||
"primary_process_id",
|
"primary_process_id",
|
||||||
"description",
|
"description",
|
||||||
"metadata_extraction_paths",
|
"metadata_extraction_paths",
|
||||||
|
"fault_or_suspend_on_exception",
|
||||||
|
"exception_notification_addresses",
|
||||||
]
|
]
|
||||||
body_filtered = {
|
body_filtered = {
|
||||||
include_item: body[include_item]
|
include_item: body[include_item]
|
||||||
|
|
Loading…
Reference in New Issue