mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-22 20:48:14 +00:00
13 lines
408 B
JSON
13 lines
408 B
JSON
|
{
|
||
|
"description": "example onboarding process for a user",
|
||
|
"display_name": "Signup Process",
|
||
|
"display_order": 0,
|
||
|
"exception_notification_addresses": [
|
||
|
"phillana@sartography.com"
|
||
|
],
|
||
|
"fault_or_suspend_on_exception": "fault",
|
||
|
"files": [],
|
||
|
"metadata_extraction_paths": [],
|
||
|
"primary_file_name": "signupCustomer.bpmn",
|
||
|
"primary_process_id": "Process_signupCustomer"
|
||
|
}
|