mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 13:58:18 +00:00
22 lines
551 B
JSON
22 lines
551 B
JSON
|
{
|
||
|
"description": null,
|
||
|
"display_name": "expense tracking",
|
||
|
"exception_notification_addresses": [],
|
||
|
"fault_or_suspend_on_exception": "fault",
|
||
|
"metadata_extraction_paths": [
|
||
|
{
|
||
|
"key": "summary",
|
||
|
"path": "summary"
|
||
|
},
|
||
|
{
|
||
|
"key": "description",
|
||
|
"path": "description"
|
||
|
},
|
||
|
{
|
||
|
"key": "amount",
|
||
|
"path": "amount"
|
||
|
}
|
||
|
],
|
||
|
"primary_file_name": "expense-tracking.bpmn",
|
||
|
"primary_process_id": "expense-tracking_process"
|
||
|
}
|