mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-24 21:58:18 +00:00
18 lines
481 B
JSON
18 lines
481 B
JSON
{
|
|
"description": "We describe",
|
|
"display_name": "metadata testing",
|
|
"exception_notification_addresses": [],
|
|
"fault_or_suspend_on_exception": "fault",
|
|
"metadata_extraction_paths": [
|
|
{
|
|
"key": "value_one",
|
|
"path": "value_one"
|
|
},
|
|
{
|
|
"key": "value_two",
|
|
"path": "value_two"
|
|
}
|
|
],
|
|
"primary_file_name": "metadata-testing.bpmn",
|
|
"primary_process_id": "metadata-testing_process"
|
|
} |