From 321a89eadefce74c702902dda5b24044f13f252f Mon Sep 17 00:00:00 2001 From: burnettk Date: Mon, 19 Sep 2022 12:02:30 -0400 Subject: [PATCH] sort keys based on poet run python bin/save_all_bpmn.py --- .../acceptance-tests-model-1/workflow.json | 24 ++++++++-------- .../acceptance-tests-model-2/workflow.json | 22 +++++++-------- .../call-activity/workflow.json | 22 +++++++-------- .../message-receiver-one/workflow.json | 20 ++++++------- .../message-receiver-two/workflow.json | 20 ++++++------- .../message-sender/workflow.json | 20 ++++++------- .../process-model-with-form/workflow.json | 22 +++++++-------- .../workflow.json | 22 +++++++-------- category_number_one/script-task/workflow.json | 20 ++++++------- .../service-tasks/workflow.json | 20 ++++++------- .../workflow_one/workflow.json | 22 +++++++-------- .../workflow_three/workflow.json | 27 ++++++++++-------- .../workflow_two/workflow.json | 27 ++++++++++-------- .../change-management/workflow.json | 28 +++++++++---------- .../nonadmin/workflow.json | 24 ++++++++-------- d/vaccationapproval/workflow.json | 20 +++++++------ .../cc-invoice-approval-process/workflow.json | 24 ++++++++-------- .../import-tickets/workflow.json | 26 ++++++++--------- sartography-admin/ticket/workflow.json | 26 ++++++++--------- shared/local-date-and-time/workflow.json | 18 ++++++------ test/TC-1.0/workflow.json | 22 +++++++-------- test/TC-2.0/workflow.json | 22 +++++++-------- test/a101/workflow.json | 24 ++++++++-------- test/a20/workflow.json | 26 ++++++++--------- test/a22/workflow.json | 24 ++++++++-------- test/a23/workflow.json | 24 ++++++++-------- test/a24/workflow.json | 20 ++++++------- test/a30/workflow.json | 26 ++++++++--------- test/a40/workflow.json | 26 ++++++++--------- test/a401-sub-process/workflow.json | 22 +++++++-------- test/a42/workflow.json | 24 ++++++++-------- test/a43/workflow.json | 20 ++++++------- test/b11/workflow.json | 20 ++++++------- test/c11/workflow.json | 20 ++++++------- test/c21/workflow.json | 20 ++++++------- test/c301/workflow.json | 20 ++++++------- test/c302/workflow.json | 20 ++++++------- test/c401/workflow.json | 22 +++++++-------- test/c402/workflow.json | 20 ++++++------- test/c403-loop-task/workflow.json | 20 ++++++------- test/c70/workflow.json | 20 ++++++------- test/c71/workflow.json | 22 +++++++-------- .../workflow.json | 22 +++++++-------- test/tc-40/workflow.json | 22 +++++++-------- test/tc-41/workflow.json | 22 +++++++-------- test/tc-42/workflow.json | 22 +++++++-------- test/tc-50/workflow.json | 26 ++++++++--------- test/tc-51/workflow.json | 26 ++++++++--------- test/tc-60/workflow.json | 28 +++++++++---------- test/tc-601/workflow.json | 20 ++++++------- test/tc-61/workflow.json | 26 ++++++++--------- test/tc-611-message-receiver-f/workflow.json | 20 ++++++------- test/tc-70/workflow.json | 20 ++++++------- test/tc-b/workflow.json | 26 ++++++++--------- test/test1/workflow.json | 26 ++++++++--------- test/test2/workflow.json | 22 +++++++-------- test/test3/workflow.json | 20 ++++++------- 57 files changed, 650 insertions(+), 636 deletions(-) diff --git a/acceptance-tests-group-one/acceptance-tests-model-1/workflow.json b/acceptance-tests-group-one/acceptance-tests-model-1/workflow.json index ca951783..c91c1913 100644 --- a/acceptance-tests-group-one/acceptance-tests-model-1/workflow.json +++ b/acceptance-tests-group-one/acceptance-tests-model-1/workflow.json @@ -1,15 +1,17 @@ { - "primary_process_id": "process_model_one", - "id": "acceptance-tests-model-1", - "is_master_spec": false, - "library": false, - "primary_file_name": "process_model_one.bpmn", - "process_group_id": "acceptance-tests-group-one", - "standalone": false, + "description": "Acceptance Tests Model 1", "display_name": "Acceptance Tests Model 1", "display_order": 0, - "description": "Acceptance Tests Model 1", - "libraries": [], + "exception_notification_addresses": [], + "fault_or_suspend_on_exception": "fault", "files": [], - "is_review": false -} + "id": "acceptance-tests-model-1", + "is_master_spec": false, + "is_review": false, + "libraries": [], + "library": false, + "primary_file_name": "process_model_one.bpmn", + "primary_process_id": "process_model_one", + "process_group_id": "acceptance-tests-group-one", + "standalone": false +} \ No newline at end of file diff --git a/acceptance-tests-group-one/acceptance-tests-model-2/workflow.json b/acceptance-tests-group-one/acceptance-tests-model-2/workflow.json index a79c4dc7..87725b58 100644 --- a/acceptance-tests-group-one/acceptance-tests-model-2/workflow.json +++ b/acceptance-tests-group-one/acceptance-tests-model-2/workflow.json @@ -1,17 +1,17 @@ { - "id": "acceptance-tests-model-2", - "is_review": false, - "process_group_id": "acceptance-tests-group-one", - "display_name": "Acceptance Tests Model 2", - "is_master_spec": false, - "primary_file_name": "test_form.bpmn", - "exception_notification_addresses": [], - "libraries": [], "description": "Acceptance Tests Model 2", - "library": false, + "display_name": "Acceptance Tests Model 2", "display_order": 0, - "standalone": false, + "exception_notification_addresses": [], + "fault_or_suspend_on_exception": "fault", "files": [], + "id": "acceptance-tests-model-2", + "is_master_spec": false, + "is_review": false, + "libraries": [], + "library": false, + "primary_file_name": "test_form.bpmn", "primary_process_id": "Process_acceptance_tests_group_one_acceptance_tests_model_2_test_form_test_form", - "fault_or_suspend_on_exception": "fault" + "process_group_id": "acceptance-tests-group-one", + "standalone": false } \ No newline at end of file diff --git a/category_number_one/call-activity/workflow.json b/category_number_one/call-activity/workflow.json index ec5a7a5c..7d516cbf 100644 --- a/category_number_one/call-activity/workflow.json +++ b/category_number_one/call-activity/workflow.json @@ -1,17 +1,17 @@ { - "process_group_id": "category_number_one", - "library": false, - "libraries": [], - "primary_process_id": "Process_category_number_one_call_activity_call_activity_test_bd2e724", + "description": "Call Activity", + "display_name": "Call Activity", "display_order": 8, "exception_notification_addresses": [], - "primary_file_name": "call_activity_test.bpmn", - "standalone": false, - "is_master_spec": false, "fault_or_suspend_on_exception": "fault", - "description": "Call Activity", - "id": "call-activity", - "is_review": false, "files": [], - "display_name": "Call Activity" + "id": "call-activity", + "is_master_spec": false, + "is_review": false, + "libraries": [], + "library": false, + "primary_file_name": "call_activity_test.bpmn", + "primary_process_id": "Process_category_number_one_call_activity_call_activity_test_bd2e724", + "process_group_id": "category_number_one", + "standalone": false } \ No newline at end of file diff --git a/category_number_one/message-receiver-one/workflow.json b/category_number_one/message-receiver-one/workflow.json index 3ca760fe..e7b72499 100644 --- a/category_number_one/message-receiver-one/workflow.json +++ b/category_number_one/message-receiver-one/workflow.json @@ -1,17 +1,17 @@ { - "id": "message-receiver-one", - "fault_or_suspend_on_exception": "fault", - "display_name": "message_receiver_one", "description": "message_receiver_one", + "display_name": "message_receiver_one", + "display_order": 6, "exception_notification_addresses": [], - "is_review": false, - "primary_process_id": "message_receiver_process_one", - "primary_file_name": "message_receiver_one.bpmn", - "process_group_id": "category_number_one", + "fault_or_suspend_on_exception": "fault", "files": [], - "standalone": false, + "id": "message-receiver-one", + "is_master_spec": false, + "is_review": false, "libraries": [], "library": false, - "is_master_spec": false, - "display_order": 6 + "primary_file_name": "message_receiver_one.bpmn", + "primary_process_id": "message_receiver_process_one", + "process_group_id": "category_number_one", + "standalone": false } \ No newline at end of file diff --git a/category_number_one/message-receiver-two/workflow.json b/category_number_one/message-receiver-two/workflow.json index 306611df..69fcad4d 100644 --- a/category_number_one/message-receiver-two/workflow.json +++ b/category_number_one/message-receiver-two/workflow.json @@ -1,17 +1,17 @@ { - "id": "message-receiver-two", - "fault_or_suspend_on_exception": "fault", - "display_name": "message_receivertwo", "description": "message_receiver_two", + "display_name": "message_receivertwo", + "display_order": 6, "exception_notification_addresses": [], - "is_review": false, - "primary_process_id": "message_receiver_process_two", - "primary_file_name": "message_receiver_two.bpmn", - "process_group_id": "category_number_one", + "fault_or_suspend_on_exception": "fault", "files": [], - "standalone": false, + "id": "message-receiver-two", + "is_master_spec": false, + "is_review": false, "libraries": [], "library": false, - "is_master_spec": false, - "display_order": 6 + "primary_file_name": "message_receiver_two.bpmn", + "primary_process_id": "message_receiver_process_two", + "process_group_id": "category_number_one", + "standalone": false } \ No newline at end of file diff --git a/category_number_one/message-sender/workflow.json b/category_number_one/message-sender/workflow.json index f2e1fe48..25ebdee9 100644 --- a/category_number_one/message-sender/workflow.json +++ b/category_number_one/message-sender/workflow.json @@ -1,17 +1,17 @@ { - "id": "message-sender", - "fault_or_suspend_on_exception": "fault", - "display_name": "message_sender", "description": "message_sender", + "display_name": "message_sender", + "display_order": 5, "exception_notification_addresses": [], - "is_review": false, - "primary_process_id": "message_send_process", - "primary_file_name": "message_sender.bpmn", - "process_group_id": "category_number_one", + "fault_or_suspend_on_exception": "fault", "files": [], - "standalone": false, + "id": "message-sender", + "is_master_spec": false, + "is_review": false, "libraries": [], "library": false, - "is_master_spec": false, - "display_order": 5 + "primary_file_name": "message_sender.bpmn", + "primary_process_id": "message_send_process", + "process_group_id": "category_number_one", + "standalone": false } \ No newline at end of file diff --git a/category_number_one/process-model-with-form/workflow.json b/category_number_one/process-model-with-form/workflow.json index cd4ef42f..fca49d53 100644 --- a/category_number_one/process-model-with-form/workflow.json +++ b/category_number_one/process-model-with-form/workflow.json @@ -1,17 +1,17 @@ { - "is_master_spec": false, "description": "A Process Model with a form", - "fault_or_suspend_on_exception": "fault", - "libraries": [], - "exception_notification_addresses": [], - "display_order": 0, - "process_group_id": "category_number_one", "display_name": "Process Model With Form", - "primary_process_id": "Process_category_number_one_process_model_with_form_test_form_test_form", - "primary_file_name": "test_form.bpmn", - "is_review": false, - "library": false, + "display_order": 0, + "exception_notification_addresses": [], + "fault_or_suspend_on_exception": "fault", "files": [], "id": "process-model-with-form", + "is_master_spec": false, + "is_review": false, + "libraries": [], + "library": false, + "primary_file_name": "test_form.bpmn", + "primary_process_id": "Process_category_number_one_process_model_with_form_test_form_test_form", + "process_group_id": "category_number_one", "standalone": false -} +} \ No newline at end of file diff --git a/category_number_one/process-model-with-repeating-form/workflow.json b/category_number_one/process-model-with-repeating-form/workflow.json index c1556b04..bc3397ee 100644 --- a/category_number_one/process-model-with-repeating-form/workflow.json +++ b/category_number_one/process-model-with-repeating-form/workflow.json @@ -1,17 +1,17 @@ { - "is_master_spec": false, "description": "Process Model With Repeating Form", - "fault_or_suspend_on_exception": "fault", - "libraries": [], - "exception_notification_addresses": [], - "display_order": 2, - "process_group_id": "category_number_one", "display_name": "Process Model With Repeating Form", - "primary_process_id": "repeating_form", - "primary_file_name": "assign_approvers.bpmn", - "is_review": false, - "library": false, + "display_order": 2, + "exception_notification_addresses": [], + "fault_or_suspend_on_exception": "fault", "files": [], "id": "process-model-with-repeating-form", + "is_master_spec": false, + "is_review": false, + "libraries": [], + "library": false, + "primary_file_name": "assign_approvers.bpmn", + "primary_process_id": "repeating_form", + "process_group_id": "category_number_one", "standalone": false -} +} \ No newline at end of file diff --git a/category_number_one/script-task/workflow.json b/category_number_one/script-task/workflow.json index afe041bd..35c37aab 100644 --- a/category_number_one/script-task/workflow.json +++ b/category_number_one/script-task/workflow.json @@ -1,17 +1,17 @@ { - "id": "script-task", - "fault_or_suspend_on_exception": "fault", - "display_name": "Script Task", "description": "Script Task", + "display_name": "Script Task", + "display_order": 8, "exception_notification_addresses": [], - "is_review": false, - "primary_process_id": "Process_bd2e724", - "primary_file_name": "script-task.bpmn", - "process_group_id": "category_number_one", + "fault_or_suspend_on_exception": "fault", "files": [], - "standalone": false, + "id": "script-task", + "is_master_spec": false, + "is_review": false, "libraries": [], "library": false, - "is_master_spec": false, - "display_order": 8 + "primary_file_name": "script-task.bpmn", + "primary_process_id": "Process_bd2e724", + "process_group_id": "category_number_one", + "standalone": false } \ No newline at end of file diff --git a/category_number_one/service-tasks/workflow.json b/category_number_one/service-tasks/workflow.json index c9f7cb38..1964a49b 100644 --- a/category_number_one/service-tasks/workflow.json +++ b/category_number_one/service-tasks/workflow.json @@ -1,17 +1,17 @@ { "description": "Service Tasks", - "display_order": 8, - "primary_process_id": "Process_category_number_one_service_tasks_service_tasks_bd2e724", - "standalone": false, - "is_master_spec": false, - "libraries": [], "display_name": "Service Tasks", + "display_order": 8, + "exception_notification_addresses": [], + "fault_or_suspend_on_exception": "fault", + "files": [], + "id": "service-tasks", + "is_master_spec": false, + "is_review": false, + "libraries": [], "library": false, "primary_file_name": "service_tasks.bpmn", + "primary_process_id": "Process_category_number_one_service_tasks_service_tasks_bd2e724", "process_group_id": "category_number_one", - "id": "service-tasks", - "fault_or_suspend_on_exception": "fault", - "is_review": false, - "files": [], - "exception_notification_addresses": [] + "standalone": false } \ No newline at end of file diff --git a/category_number_one/workflow_one/workflow.json b/category_number_one/workflow_one/workflow.json index 9e601b1e..d2b9bda1 100644 --- a/category_number_one/workflow_one/workflow.json +++ b/category_number_one/workflow_one/workflow.json @@ -1,17 +1,17 @@ { - "is_master_spec": false, "description": "Workflow One, is a workflow.", - "fault_or_suspend_on_exception": "fault", - "libraries": [], - "exception_notification_addresses": [], - "display_order": 1, - "process_group_id": "category_number_one", "display_name": "Who is Wonderful Workflow", - "primary_process_id": "sample", - "primary_file_name": "sample.bpmn", - "is_review": false, - "library": false, + "display_order": 1, + "exception_notification_addresses": [], + "fault_or_suspend_on_exception": "fault", "files": [], "id": "workflow_one", + "is_master_spec": false, + "is_review": false, + "libraries": [], + "library": false, + "primary_file_name": "sample.bpmn", + "primary_process_id": "sample", + "process_group_id": "category_number_one", "standalone": false -} +} \ No newline at end of file diff --git a/category_number_two/workflow_three/workflow.json b/category_number_two/workflow_three/workflow.json index 76bbeb20..6705430d 100644 --- a/category_number_two/workflow_three/workflow.json +++ b/category_number_two/workflow_three/workflow.json @@ -1,12 +1,17 @@ { - "library": false, - "standalone": false, - "display_order": 3, - "id": "workflow_three", - "description": "Workflow Three, is a workflow.", - "is_master_spec": false, - "libraries": [], - "display_name": "Workflow Three", - "primary_file_name": "empty_workflow.bpmn", - "primary_process_id": "empty_workflow_with_user_task" -} + "description": "Workflow Three, is a workflow.", + "display_name": "Workflow Three", + "display_order": 3, + "exception_notification_addresses": [], + "fault_or_suspend_on_exception": "fault", + "files": [], + "id": "workflow_three", + "is_master_spec": false, + "is_review": false, + "libraries": [], + "library": false, + "primary_file_name": "empty_workflow.bpmn", + "primary_process_id": "empty_workflow_with_user_task", + "process_group_id": "category_number_two", + "standalone": false +} \ No newline at end of file diff --git a/category_number_two/workflow_two/workflow.json b/category_number_two/workflow_two/workflow.json index fa39ac80..b8ffcd99 100644 --- a/category_number_two/workflow_two/workflow.json +++ b/category_number_two/workflow_two/workflow.json @@ -1,12 +1,17 @@ { - "library": false, - "standalone": false, - "display_order": 3, - "id": "workflow_two", - "description": "Workflow Two, is a workflow.", - "is_master_spec": false, - "libraries": [], - "display_name": "Workflow Two", - "primary_file_name": "empty_workflow.bpmn", - "primary_process_id": "empty_workflow" -} + "description": "Workflow Two, is a workflow.", + "display_name": "Workflow Two", + "display_order": 3, + "exception_notification_addresses": [], + "fault_or_suspend_on_exception": "fault", + "files": [], + "id": "workflow_two", + "is_master_spec": false, + "is_review": false, + "libraries": [], + "library": false, + "primary_file_name": "empty_workflow.bpmn", + "primary_process_id": "empty_workflow", + "process_group_id": "category_number_two", + "standalone": false +} \ No newline at end of file diff --git a/change-management-process/change-management/workflow.json b/change-management-process/change-management/workflow.json index 1e205988..853ab603 100644 --- a/change-management-process/change-management/workflow.json +++ b/change-management-process/change-management/workflow.json @@ -1,17 +1,17 @@ { - "display_name": "change_management", - "libraries": [], - "primary_process_id": "Process_6be25102-637e-4c29-8ed5-8bc49a0cdf81", - "fault_or_suspend_on_exception": "fault", - "primary_file_name": "raise-change-proposal-v3.bpmn", - "exception_notification_addresses": [], - "is_master_spec": false, - "process_group_id": "change-management-process", - "files": [], - "is_review": true, - "id": "change-management", - "standalone": false, - "display_order": 0, "description": "change_management", - "library": false + "display_name": "change_management", + "display_order": 0, + "exception_notification_addresses": [], + "fault_or_suspend_on_exception": "fault", + "files": [], + "id": "change-management", + "is_master_spec": false, + "is_review": true, + "libraries": [], + "library": false, + "primary_file_name": "raise-change-proposal-v3.bpmn", + "primary_process_id": "Process_6be25102-637e-4c29-8ed5-8bc49a0cdf81", + "process_group_id": "change-management-process", + "standalone": false } \ No newline at end of file diff --git a/core-contributor-portal/nonadmin/workflow.json b/core-contributor-portal/nonadmin/workflow.json index 5e18e581..e75dec5a 100644 --- a/core-contributor-portal/nonadmin/workflow.json +++ b/core-contributor-portal/nonadmin/workflow.json @@ -1,17 +1,17 @@ { - "is_master_spec": false, - "display_name": "nonAdmin", - "library": false, - "process_group_id": "core-contributor-portal", - "standalone": false, - "primary_process_id": "Process_bd2e724z", - "libraries": [], - "id": "nonadmin", - "display_order": 0, "description": "nonAdmin", - "files": [], - "fault_or_suspend_on_exception": "fault", + "display_name": "nonAdmin", + "display_order": 0, "exception_notification_addresses": [], + "fault_or_suspend_on_exception": "fault", + "files": [], + "id": "nonadmin", + "is_master_spec": false, "is_review": false, - "primary_file_name": "nonAdmin-portal.bpmn" + "libraries": [], + "library": false, + "primary_file_name": "nonAdmin-portal.bpmn", + "primary_process_id": "Process_bd2e724z", + "process_group_id": "core-contributor-portal", + "standalone": false } \ No newline at end of file diff --git a/d/vaccationapproval/workflow.json b/d/vaccationapproval/workflow.json index fd5ad028..a4c1b945 100644 --- a/d/vaccationapproval/workflow.json +++ b/d/vaccationapproval/workflow.json @@ -1,15 +1,17 @@ { - "primary_file_name": "vacationapproval.bpmn", - "is_review": true, - "display_order": 0, - "is_master_spec": false, + "description": "VaccationApproval", "display_name": "VaccationApproval", + "display_order": 0, + "exception_notification_addresses": [], + "fault_or_suspend_on_exception": "fault", "files": [], - "primary_process_id": "Process_d_vaccationapproval_vacationapproval_bd2e724", + "id": "vaccationapproval", + "is_master_spec": false, + "is_review": true, "libraries": [], "library": false, - "description": "VaccationApproval", - "standalone": false, - "id": "vaccationapproval", - "process_group_id": "d" + "primary_file_name": "vacationapproval.bpmn", + "primary_process_id": "Process_d_vaccationapproval_vacationapproval_bd2e724", + "process_group_id": "d", + "standalone": false } \ No newline at end of file diff --git a/execute-procure-to-pay/cc-invoice-approval-process/workflow.json b/execute-procure-to-pay/cc-invoice-approval-process/workflow.json index a436eb60..40a86d3a 100644 --- a/execute-procure-to-pay/cc-invoice-approval-process/workflow.json +++ b/execute-procure-to-pay/cc-invoice-approval-process/workflow.json @@ -1,17 +1,17 @@ { "description": "CC Invoice Approval Process", + "display_name": "CCC Invoice Approval Process", + "display_order": 0, + "exception_notification_addresses": [], + "fault_or_suspend_on_exception": "fault", + "files": [], + "id": "cc-invoice-approval-process", + "is_master_spec": false, + "is_review": true, + "libraries": [], + "library": false, "primary_file_name": "cc-invoice-approval-process-v2.bpmn", "primary_process_id": "Process_cc_invoice_approval_process_v2_a", - "is_review": true, - "exception_notification_addresses": [], - "is_master_spec": false, - "display_order": 0, - "standalone": false, "process_group_id": "execute-procure-to-pay", - "library": false, - "libraries": [], - "files": [], - "display_name": "CCC Invoice Approval Process", - "fault_or_suspend_on_exception": "fault", - "id": "cc-invoice-approval-process" -} + "standalone": false +} \ No newline at end of file diff --git a/sartography-admin/import-tickets/workflow.json b/sartography-admin/import-tickets/workflow.json index 5a38a884..7a9706ee 100644 --- a/sartography-admin/import-tickets/workflow.json +++ b/sartography-admin/import-tickets/workflow.json @@ -1,17 +1,17 @@ { - "libraries": [], - "files": [], - "library": false, - "is_master_spec": false, - "display_order": 0, - "primary_process_id": "Process_sartography_admin_import_tickets_import_tickets_bd2e724", - "fault_or_suspend_on_exception": "fault", - "id": "import-tickets", - "process_group_id": "sartography-admin", - "standalone": false, - "primary_file_name": "import-tickets.bpmn", "description": "Import Tickets", - "is_review": false, + "display_name": "Import Tickets", + "display_order": 0, "exception_notification_addresses": [], - "display_name": "Import Tickets" + "fault_or_suspend_on_exception": "fault", + "files": [], + "id": "import-tickets", + "is_master_spec": false, + "is_review": false, + "libraries": [], + "library": false, + "primary_file_name": "import-tickets.bpmn", + "primary_process_id": "Process_sartography_admin_import_tickets_import_tickets_bd2e724", + "process_group_id": "sartography-admin", + "standalone": false } \ No newline at end of file diff --git a/sartography-admin/ticket/workflow.json b/sartography-admin/ticket/workflow.json index c82acdfe..b7d801cb 100644 --- a/sartography-admin/ticket/workflow.json +++ b/sartography-admin/ticket/workflow.json @@ -1,17 +1,17 @@ { - "libraries": [], - "files": [], - "library": false, - "is_master_spec": false, - "display_order": 1, - "primary_process_id": "Process_sartography_admin_ticket_ticket_bd2e724", - "fault_or_suspend_on_exception": "fault", - "id": "ticket", - "process_group_id": "sartography-admin", - "standalone": false, - "primary_file_name": "ticket.bpmn", "description": "Ticket", - "is_review": false, + "display_name": "Ticket", + "display_order": 1, "exception_notification_addresses": [], - "display_name": "Ticket" + "fault_or_suspend_on_exception": "fault", + "files": [], + "id": "ticket", + "is_master_spec": false, + "is_review": false, + "libraries": [], + "library": false, + "primary_file_name": "ticket.bpmn", + "primary_process_id": "Process_sartography_admin_ticket_ticket_bd2e724", + "process_group_id": "sartography-admin", + "standalone": false } \ No newline at end of file diff --git a/shared/local-date-and-time/workflow.json b/shared/local-date-and-time/workflow.json index baa7c623..142085ef 100644 --- a/shared/local-date-and-time/workflow.json +++ b/shared/local-date-and-time/workflow.json @@ -1,17 +1,17 @@ { "description": "Local Date and Time", + "display_name": "Local Date and Time", + "display_order": 1, + "exception_notification_addresses": [], "fault_or_suspend_on_exception": "fault", + "files": [], + "id": "local-date-and-time", + "is_master_spec": false, "is_review": false, + "libraries": [], "library": false, "primary_file_name": "shared_local_date_time.bpmn", - "is_master_spec": false, - "files": [], - "process_group_id": "shared", - "display_order": 1, - "standalone": false, "primary_process_id": "Shared_Local_Date_Time", - "display_name": "Local Date and Time", - "libraries": [], - "exception_notification_addresses": [], - "id": "local-date-and-time" + "process_group_id": "shared", + "standalone": false } \ No newline at end of file diff --git a/test/TC-1.0/workflow.json b/test/TC-1.0/workflow.json index 4229245d..14323659 100644 --- a/test/TC-1.0/workflow.json +++ b/test/TC-1.0/workflow.json @@ -1,17 +1,17 @@ { "description": "TC-1.0 - Send message from Send Task to one recipient", "display_name": "TC-1.0 - Send message from Send Task to one recipient", - "primary_process_id": "Process_test_TC_1_0_TC_1_0_Send_message_from_Send_Task_to_one_recipient_bd2e724", - "libraries": [], - "id": "TC-1.0", - "process_group_id": "test", - "exception_notification_addresses": [], - "primary_file_name": "TC-1.0 - Send message from Send Task to one recipient.bpmn", - "fault_or_suspend_on_exception": "fault", "display_order": 14, - "library": false, - "is_master_spec": false, - "standalone": false, + "exception_notification_addresses": [], + "fault_or_suspend_on_exception": "fault", "files": [], - "is_review": false + "id": "TC-1.0", + "is_master_spec": false, + "is_review": false, + "libraries": [], + "library": false, + "primary_file_name": "TC-1.0 - Send message from Send Task to one recipient.bpmn", + "primary_process_id": "Process_test_TC_1_0_TC_1_0_Send_message_from_Send_Task_to_one_recipient_bd2e724", + "process_group_id": "test", + "standalone": false } \ No newline at end of file diff --git a/test/TC-2.0/workflow.json b/test/TC-2.0/workflow.json index 11bb9a56..c267d912 100644 --- a/test/TC-2.0/workflow.json +++ b/test/TC-2.0/workflow.json @@ -1,17 +1,17 @@ { "description": "TC-2.0 - Send message from Message Intermediate Throw Event to one recipient", "display_name": "TC-2.0 - Send message from Message Intermediate Throw Event to one recipient", - "primary_process_id": "Process_test_TC_2_0_TC_2_0_Send_message_from_Message_Intermediate_Throw_Event_to_one_recipient_bd2e724", - "libraries": [], - "id": "TC-2.0", - "process_group_id": "test", - "exception_notification_addresses": [], - "primary_file_name": "TC-2.0 - Send message from Message Intermediate Throw Event to one recipient.bpmn", - "fault_or_suspend_on_exception": "fault", "display_order": 10, - "library": false, - "is_master_spec": false, - "standalone": false, + "exception_notification_addresses": [], + "fault_or_suspend_on_exception": "fault", "files": [], - "is_review": false + "id": "TC-2.0", + "is_master_spec": false, + "is_review": false, + "libraries": [], + "library": false, + "primary_file_name": "TC-2.0 - Send message from Message Intermediate Throw Event to one recipient.bpmn", + "primary_process_id": "Process_test_TC_2_0_TC_2_0_Send_message_from_Message_Intermediate_Throw_Event_to_one_recipient_bd2e724", + "process_group_id": "test", + "standalone": false } \ No newline at end of file diff --git a/test/a101/workflow.json b/test/a101/workflow.json index a6cc06f6..74699a02 100644 --- a/test/a101/workflow.json +++ b/test/a101/workflow.json @@ -1,17 +1,17 @@ { "description": "A.1.0.1", "display_name": "A.1.0.1 - User Tasks and Data Object", - "primary_process_id": "WFP-6", - "libraries": [], - "id": "a101", - "process_group_id": "test", - "exception_notification_addresses": [], - "primary_file_name": "A.1.0.bpmn", - "fault_or_suspend_on_exception": "fault", "display_order": 0, - "library": false, - "is_master_spec": false, - "standalone": false, + "exception_notification_addresses": [], + "fault_or_suspend_on_exception": "fault", "files": [], - "is_review": false -} + "id": "a101", + "is_master_spec": false, + "is_review": false, + "libraries": [], + "library": false, + "primary_file_name": "A.1.0.bpmn", + "primary_process_id": "WFP-6", + "process_group_id": "test", + "standalone": false +} \ No newline at end of file diff --git a/test/a20/workflow.json b/test/a20/workflow.json index f9230651..77360a18 100644 --- a/test/a20/workflow.json +++ b/test/a20/workflow.json @@ -1,17 +1,17 @@ { - "primary_process_id": "Process_test_a20_A_2_0_bd2e724", - "libraries": [], - "display_order": 26, - "standalone": false, - "is_master_spec": false, - "id": "a20", - "primary_file_name": "A.2.0.bpmn", - "process_group_id": "test", - "exception_notification_addresses": [], - "display_name": "A.2.0 - Inclusive Gateway", - "is_review": false, - "fault_or_suspend_on_exception": "fault", "description": "A.2.0 - Inclusive Gateway", + "display_name": "A.2.0 - Inclusive Gateway", + "display_order": 26, + "exception_notification_addresses": [], + "fault_or_suspend_on_exception": "fault", "files": [], - "library": false + "id": "a20", + "is_master_spec": false, + "is_review": false, + "libraries": [], + "library": false, + "primary_file_name": "A.2.0.bpmn", + "primary_process_id": "Process_test_a20_A_2_0_bd2e724", + "process_group_id": "test", + "standalone": false } \ No newline at end of file diff --git a/test/a22/workflow.json b/test/a22/workflow.json index a4a62b80..3510ce8b 100644 --- a/test/a22/workflow.json +++ b/test/a22/workflow.json @@ -1,17 +1,17 @@ { "description": "A.2.2", "display_name": "A.2.2 - Exclusive Gateway and Manual Task", - "primary_process_id": "Process_test_a22_A_2_2_bd2e724", - "libraries": [], - "id": "a22", - "process_group_id": "test", - "exception_notification_addresses": [], - "primary_file_name": "A.2.2.bpmn", - "fault_or_suspend_on_exception": "fault", "display_order": 6, - "library": false, - "is_master_spec": false, - "standalone": false, + "exception_notification_addresses": [], + "fault_or_suspend_on_exception": "fault", "files": [], - "is_review": false -} + "id": "a22", + "is_master_spec": false, + "is_review": false, + "libraries": [], + "library": false, + "primary_file_name": "A.2.2.bpmn", + "primary_process_id": "Process_test_a22_A_2_2_bd2e724", + "process_group_id": "test", + "standalone": false +} \ No newline at end of file diff --git a/test/a23/workflow.json b/test/a23/workflow.json index 9031427b..5828223f 100644 --- a/test/a23/workflow.json +++ b/test/a23/workflow.json @@ -1,17 +1,17 @@ { "description": "A.2.3", "display_name": "A.2.3 - Parallel Gateway and Manual Task", - "primary_process_id": "Process_test_a23_A_2_3_bd2e724", - "libraries": [], - "id": "a23", - "process_group_id": "test", - "exception_notification_addresses": [], - "primary_file_name": "A.2.3.bpmn", - "fault_or_suspend_on_exception": "fault", "display_order": 7, - "library": false, - "is_master_spec": false, - "standalone": false, + "exception_notification_addresses": [], + "fault_or_suspend_on_exception": "fault", "files": [], - "is_review": false -} + "id": "a23", + "is_master_spec": false, + "is_review": false, + "libraries": [], + "library": false, + "primary_file_name": "A.2.3.bpmn", + "primary_process_id": "Process_test_a23_A_2_3_bd2e724", + "process_group_id": "test", + "standalone": false +} \ No newline at end of file diff --git a/test/a24/workflow.json b/test/a24/workflow.json index a18e5b9c..f11aa4bf 100644 --- a/test/a24/workflow.json +++ b/test/a24/workflow.json @@ -1,17 +1,17 @@ { - "display_name": "A.2.4 - Event Based Gateway", - "process_group_id": "test", - "is_master_spec": false, - "standalone": false, "description": "A.2.4 - Event Based Gateway", + "display_name": "A.2.4 - Event Based Gateway", + "display_order": 32, + "exception_notification_addresses": [], + "fault_or_suspend_on_exception": "fault", "files": [], "id": "a24", + "is_master_spec": false, "is_review": false, - "display_order": 32, - "primary_process_id": "Process_test_a24_A_2_4_bd2e724", - "fault_or_suspend_on_exception": "fault", - "primary_file_name": "A.2.4.bpmn", - "library": false, "libraries": [], - "exception_notification_addresses": [] + "library": false, + "primary_file_name": "A.2.4.bpmn", + "primary_process_id": "Process_test_a24_A_2_4_bd2e724", + "process_group_id": "test", + "standalone": false } \ No newline at end of file diff --git a/test/a30/workflow.json b/test/a30/workflow.json index c9fe1432..bb869107 100644 --- a/test/a30/workflow.json +++ b/test/a30/workflow.json @@ -1,17 +1,17 @@ { - "primary_process_id": "Process_test_a30_A_3_0_bd2e724", - "libraries": [], - "display_order": 27, - "standalone": false, - "is_master_spec": false, - "id": "a30", - "primary_file_name": "A.3.0.bpmn", - "process_group_id": "test", - "exception_notification_addresses": [], - "display_name": "A.3.0 - Boundary Intermediate Events", - "is_review": false, - "fault_or_suspend_on_exception": "fault", "description": "A.3.0 - Boundary Intermediate Events", + "display_name": "A.3.0 - Boundary Intermediate Events", + "display_order": 27, + "exception_notification_addresses": [], + "fault_or_suspend_on_exception": "fault", "files": [], - "library": false + "id": "a30", + "is_master_spec": false, + "is_review": false, + "libraries": [], + "library": false, + "primary_file_name": "A.3.0.bpmn", + "primary_process_id": "Process_test_a30_A_3_0_bd2e724", + "process_group_id": "test", + "standalone": false } \ No newline at end of file diff --git a/test/a40/workflow.json b/test/a40/workflow.json index a0a304f9..ebbd9083 100644 --- a/test/a40/workflow.json +++ b/test/a40/workflow.json @@ -1,17 +1,17 @@ { - "primary_process_id": "Process_test_a40_A_4_0_bd2e724", - "libraries": [], - "display_order": 28, - "standalone": false, - "is_master_spec": false, - "id": "a40", - "primary_file_name": "A.4.0.bpmn", - "process_group_id": "test", - "exception_notification_addresses": [], - "display_name": "A.4.0 - Pool, Lane and Expanded Sub Process", - "is_review": false, - "fault_or_suspend_on_exception": "fault", "description": "A.4.0 - Pool, Lane and Expanded Sub Process", + "display_name": "A.4.0 - Pool, Lane and Expanded Sub Process", + "display_order": 28, + "exception_notification_addresses": [], + "fault_or_suspend_on_exception": "fault", "files": [], - "library": false + "id": "a40", + "is_master_spec": false, + "is_review": false, + "libraries": [], + "library": false, + "primary_file_name": "A.4.0.bpmn", + "primary_process_id": "Process_test_a40_A_4_0_bd2e724", + "process_group_id": "test", + "standalone": false } \ No newline at end of file diff --git a/test/a401-sub-process/workflow.json b/test/a401-sub-process/workflow.json index e5808516..c0614c86 100644 --- a/test/a401-sub-process/workflow.json +++ b/test/a401-sub-process/workflow.json @@ -1,17 +1,17 @@ { "description": "A.4.0.1 - Sub Process", "display_name": "A.4.0.1 - Sub Process", - "primary_process_id": "Process_test_a401_sub_process_A_4_0_1_bd2e724", - "libraries": [], - "id": "a401-sub-process", - "process_group_id": "test", - "exception_notification_addresses": [], - "primary_file_name": "A.4.0.1.bpmn", - "fault_or_suspend_on_exception": "fault", "display_order": 17, - "library": false, - "is_master_spec": false, - "standalone": false, + "exception_notification_addresses": [], + "fault_or_suspend_on_exception": "fault", "files": [], - "is_review": false + "id": "a401-sub-process", + "is_master_spec": false, + "is_review": false, + "libraries": [], + "library": false, + "primary_file_name": "A.4.0.1.bpmn", + "primary_process_id": "Process_test_a401_sub_process_A_4_0_1_bd2e724", + "process_group_id": "test", + "standalone": false } \ No newline at end of file diff --git a/test/a42/workflow.json b/test/a42/workflow.json index 5515ef08..4ea37682 100644 --- a/test/a42/workflow.json +++ b/test/a42/workflow.json @@ -1,17 +1,17 @@ { "description": "A.4.2", "display_name": "A.4.2 - Call Activity", - "primary_process_id": "Process_test_a42_A_4_2_bd2e724", - "libraries": [], - "id": "a42", - "process_group_id": "test", - "exception_notification_addresses": [], - "primary_file_name": "A.4.2.bpmn", - "fault_or_suspend_on_exception": "fault", "display_order": 12, - "library": false, - "is_master_spec": false, - "standalone": false, + "exception_notification_addresses": [], + "fault_or_suspend_on_exception": "fault", "files": [], - "is_review": false -} + "id": "a42", + "is_master_spec": false, + "is_review": false, + "libraries": [], + "library": false, + "primary_file_name": "A.4.2.bpmn", + "primary_process_id": "Process_test_a42_A_4_2_bd2e724", + "process_group_id": "test", + "standalone": false +} \ No newline at end of file diff --git a/test/a43/workflow.json b/test/a43/workflow.json index 12c21ea1..af2f4739 100644 --- a/test/a43/workflow.json +++ b/test/a43/workflow.json @@ -1,17 +1,17 @@ { - "display_name": "A.4.3 - Empty Pool and message flow and Manual Task or Service Task", - "process_group_id": "test", - "is_master_spec": false, - "standalone": false, "description": "A.4.3", + "display_name": "A.4.3 - Empty Pool and message flow and Manual Task or Service Task", + "display_order": 11, + "exception_notification_addresses": [], + "fault_or_suspend_on_exception": "fault", "files": [], "id": "a43", + "is_master_spec": false, "is_review": false, - "display_order": 11, - "primary_process_id": "Process_test_a43_A_4_3_bd2e724", - "fault_or_suspend_on_exception": "fault", - "primary_file_name": "A.4.3.bpmn", - "library": false, "libraries": [], - "exception_notification_addresses": [] + "library": false, + "primary_file_name": "A.4.3.bpmn", + "primary_process_id": "Process_test_a43_A_4_3_bd2e724", + "process_group_id": "test", + "standalone": false } \ No newline at end of file diff --git a/test/b11/workflow.json b/test/b11/workflow.json index df19971a..272056c6 100644 --- a/test/b11/workflow.json +++ b/test/b11/workflow.json @@ -1,17 +1,17 @@ { - "process_group_id": "test", - "is_master_spec": false, - "libraries": [], - "exception_notification_addresses": [], - "display_order": 42, - "standalone": false, + "description": "B.1.1 - Start Timer Event", "display_name": "B.1.1 - Start Timer Event", + "display_order": 42, + "exception_notification_addresses": [], + "fault_or_suspend_on_exception": "fault", + "files": [], "id": "b11", + "is_master_spec": false, + "is_review": false, + "libraries": [], "library": false, "primary_file_name": "B.1.1.bpmn", - "fault_or_suspend_on_exception": "fault", - "is_review": false, "primary_process_id": "Process_test_b11_B_1_1_bd2e724", - "files": [], - "description": "B.1.1 - Start Timer Event" + "process_group_id": "test", + "standalone": false } \ No newline at end of file diff --git a/test/c11/workflow.json b/test/c11/workflow.json index 8b377250..4c19e646 100644 --- a/test/c11/workflow.json +++ b/test/c11/workflow.json @@ -1,17 +1,17 @@ { - "process_group_id": "test", - "is_master_spec": false, - "libraries": [], - "exception_notification_addresses": [], - "display_order": 41, - "standalone": false, + "description": "C.1.1 - Intermediate Timer Event", "display_name": "C.1.1 - Intermediate Timer Event", + "display_order": 41, + "exception_notification_addresses": [], + "fault_or_suspend_on_exception": "fault", + "files": [], "id": "c11", + "is_master_spec": false, + "is_review": false, + "libraries": [], "library": false, "primary_file_name": "C.1.1.bpmn", - "fault_or_suspend_on_exception": "fault", - "is_review": false, "primary_process_id": "Process_test_c11_C_1_1_bd2e724", - "files": [], - "description": "C.1.1 - Intermediate Timer Event" + "process_group_id": "test", + "standalone": false } \ No newline at end of file diff --git a/test/c21/workflow.json b/test/c21/workflow.json index 28687300..9c082202 100644 --- a/test/c21/workflow.json +++ b/test/c21/workflow.json @@ -1,17 +1,17 @@ { - "process_group_id": "test", - "is_master_spec": false, - "libraries": [], - "exception_notification_addresses": [], - "display_order": 40, - "standalone": false, + "description": "C.2.1 - Error Border Event", "display_name": "C.2.1 - Error Border Event", + "display_order": 40, + "exception_notification_addresses": [], + "fault_or_suspend_on_exception": "fault", + "files": [], "id": "c21", + "is_master_spec": false, + "is_review": false, + "libraries": [], "library": false, "primary_file_name": "C.2.1.bpmn", - "fault_or_suspend_on_exception": "fault", - "is_review": false, "primary_process_id": "Process_test_c21_C_2_1_bd2e724", - "files": [], - "description": "C.2.1 - Error Border Event" + "process_group_id": "test", + "standalone": false } \ No newline at end of file diff --git a/test/c301/workflow.json b/test/c301/workflow.json index 32a0bc75..b4f2da4f 100644 --- a/test/c301/workflow.json +++ b/test/c301/workflow.json @@ -1,17 +1,17 @@ { - "display_name": "C.3.0.1 - Timer Border Event", - "process_group_id": "test", - "is_master_spec": false, - "standalone": false, "description": "C.3.0.1 - Timer Border Event", + "display_name": "C.3.0.1 - Timer Border Event", + "display_order": 38, + "exception_notification_addresses": [], + "fault_or_suspend_on_exception": "fault", "files": [], "id": "c301", + "is_master_spec": false, "is_review": false, - "display_order": 38, - "primary_process_id": "Process_test_c301_C_3_0_1_bd2e724", - "fault_or_suspend_on_exception": "fault", - "primary_file_name": "C.3.0.1.bpmn", - "library": false, "libraries": [], - "exception_notification_addresses": [] + "library": false, + "primary_file_name": "C.3.0.1.bpmn", + "primary_process_id": "Process_test_c301_C_3_0_1_bd2e724", + "process_group_id": "test", + "standalone": false } \ No newline at end of file diff --git a/test/c302/workflow.json b/test/c302/workflow.json index fc9fd7b7..8c95710f 100644 --- a/test/c302/workflow.json +++ b/test/c302/workflow.json @@ -1,17 +1,17 @@ { - "display_name": "C.3.0.2 - Timer Border Event (non-interrupting)", - "process_group_id": "test", - "is_master_spec": false, - "standalone": false, "description": "C.3.0.2 - Timer Border Event (non-interrupting)", + "display_name": "C.3.0.2 - Timer Border Event (non-interrupting)", + "display_order": 39, + "exception_notification_addresses": [], + "fault_or_suspend_on_exception": "fault", "files": [], "id": "c302", + "is_master_spec": false, "is_review": false, - "display_order": 39, - "primary_process_id": "Process_test_c302_C_3_0_1_bd2e724", - "fault_or_suspend_on_exception": "fault", - "primary_file_name": "C.3.0.1.bpmn", - "library": false, "libraries": [], - "exception_notification_addresses": [] + "library": false, + "primary_file_name": "C.3.0.1.bpmn", + "primary_process_id": "Process_test_c302_C_3_0_1_bd2e724", + "process_group_id": "test", + "standalone": false } \ No newline at end of file diff --git a/test/c401/workflow.json b/test/c401/workflow.json index bbc612c0..9ffe49db 100644 --- a/test/c401/workflow.json +++ b/test/c401/workflow.json @@ -1,17 +1,17 @@ { - "display_name": "C.4.0.1 - Intermediate Signal Event", - "process_group_id": "test", - "is_master_spec": false, - "standalone": false, "description": "C.4.0.1 - Intermediate Signal Event", + "display_name": "C.4.0.1 - Intermediate Signal Event", + "display_order": 33, + "exception_notification_addresses": [], + "fault_or_suspend_on_exception": "fault", "files": [], "id": "c401", - "is_review": false, - "display_order": 33, - "primary_process_id": "Process_test_c401_C_4_0_1_bd2e724", - "fault_or_suspend_on_exception": "fault", - "primary_file_name": "C.4.0.1.bpmn", - "library": false, + "is_master_spec": false, + "is_review": true, "libraries": [], - "exception_notification_addresses": [] + "library": false, + "primary_file_name": "C.4.0.1.bpmn", + "primary_process_id": "Process_test_c401_C_4_0_1_bd2e724", + "process_group_id": "test", + "standalone": false } \ No newline at end of file diff --git a/test/c402/workflow.json b/test/c402/workflow.json index 1e1b4dc8..3d932b59 100644 --- a/test/c402/workflow.json +++ b/test/c402/workflow.json @@ -1,17 +1,17 @@ { - "display_name": "C.4.0.2 - Start Catch Signal Event", - "process_group_id": "test", - "is_master_spec": false, - "standalone": false, "description": "C.4.0.2 - Start Catch Signal Event", + "display_name": "C.4.0.2 - Start Catch Signal Event", + "display_order": 34, + "exception_notification_addresses": [], + "fault_or_suspend_on_exception": "fault", "files": [], "id": "c402", + "is_master_spec": false, "is_review": false, - "display_order": 34, - "primary_process_id": "Process_test_c402_C_4_0_2_bd2e724", - "fault_or_suspend_on_exception": "fault", - "primary_file_name": "C.4.0.2.bpmn", - "library": false, "libraries": [], - "exception_notification_addresses": [] + "library": false, + "primary_file_name": "C.4.0.2.bpmn", + "primary_process_id": "Process_test_c402_C_4_0_2_bd2e724", + "process_group_id": "test", + "standalone": false } \ No newline at end of file diff --git a/test/c403-loop-task/workflow.json b/test/c403-loop-task/workflow.json index f1a727a6..f30577fe 100644 --- a/test/c403-loop-task/workflow.json +++ b/test/c403-loop-task/workflow.json @@ -1,17 +1,17 @@ { - "display_name": "C.4.0.3 - Loop Task", - "process_group_id": "test", - "is_master_spec": false, - "standalone": false, "description": "C.4.0.3 - Loop Task", + "display_name": "C.4.0.3 - Loop Task", + "display_order": 35, + "exception_notification_addresses": [], + "fault_or_suspend_on_exception": "fault", "files": [], "id": "c403-loop-task", + "is_master_spec": false, "is_review": false, - "display_order": 35, - "primary_process_id": "Process_test_c403_loop_task_C_4_0_3_bd2e724", - "fault_or_suspend_on_exception": "fault", - "primary_file_name": "C.4.0.3.bpmn", - "library": false, "libraries": [], - "exception_notification_addresses": [] + "library": false, + "primary_file_name": "C.4.0.3.bpmn", + "primary_process_id": "Process_test_c403_loop_task_C_4_0_3_bd2e724", + "process_group_id": "test", + "standalone": false } \ No newline at end of file diff --git a/test/c70/workflow.json b/test/c70/workflow.json index 98ccc1eb..304d4ce2 100644 --- a/test/c70/workflow.json +++ b/test/c70/workflow.json @@ -1,17 +1,17 @@ { - "display_name": "C.7.0 - Parallel Multiinstance", - "process_group_id": "test", - "is_master_spec": false, - "standalone": false, "description": "C.7.0 - Parallel Multiinstance", + "display_name": "C.7.0 - Parallel Multiinstance", + "display_order": 37, + "exception_notification_addresses": [], + "fault_or_suspend_on_exception": "fault", "files": [], "id": "c70", + "is_master_spec": false, "is_review": true, - "display_order": 37, - "primary_process_id": "Process_test_c70_C_7_0_bd2e724", - "fault_or_suspend_on_exception": "fault", - "primary_file_name": "C.7.0.bpmn", - "library": false, "libraries": [], - "exception_notification_addresses": [] + "library": false, + "primary_file_name": "C.7.0.bpmn", + "primary_process_id": "Process_test_c70_C_7_0_bd2e724", + "process_group_id": "test", + "standalone": false } \ No newline at end of file diff --git a/test/c71/workflow.json b/test/c71/workflow.json index 133fe156..bb823ba0 100644 --- a/test/c71/workflow.json +++ b/test/c71/workflow.json @@ -1,17 +1,17 @@ { "description": "C.7.1", "display_name": "C.7.1 - Business Rules Task", - "primary_process_id": "Process_test_c71_C_7_1_bd2e724", - "libraries": [], - "id": "c71", - "process_group_id": "test", - "exception_notification_addresses": [], - "primary_file_name": "C.7.1.bpmn", - "fault_or_suspend_on_exception": "fault", "display_order": 2, - "library": false, - "is_master_spec": false, - "standalone": false, + "exception_notification_addresses": [], + "fault_or_suspend_on_exception": "fault", "files": [], - "is_review": false + "id": "c71", + "is_master_spec": false, + "is_review": false, + "libraries": [], + "library": false, + "primary_file_name": "C.7.1.bpmn", + "primary_process_id": "Process_test_c71_C_7_1_bd2e724", + "process_group_id": "test", + "standalone": false } \ No newline at end of file diff --git a/test/tc-30-send-message-from-message-end-event-to-one-recipient/workflow.json b/test/tc-30-send-message-from-message-end-event-to-one-recipient/workflow.json index 96305f93..9f987d43 100644 --- a/test/tc-30-send-message-from-message-end-event-to-one-recipient/workflow.json +++ b/test/tc-30-send-message-from-message-end-event-to-one-recipient/workflow.json @@ -1,17 +1,17 @@ { "description": "TC-3.0 - Send message from Message End Event to one recipient", "display_name": "TC-3.0 - Send message from Message End Event to one recipient", - "primary_process_id": "Process_test_tc_30_send_message_from_message_end_event_to_one_recipient_TC_3_0_Send_message_from_Message_End_Event_to_one_recipient_bd2e724", - "libraries": [], - "id": "tc-30-send-message-from-message-end-event-to-one-recipient", - "process_group_id": "test", - "exception_notification_addresses": [], - "primary_file_name": "TC-3.0 - Send message from Message End Event to one recipient.bpmn", - "fault_or_suspend_on_exception": "fault", "display_order": 4, - "library": false, - "is_master_spec": false, - "standalone": false, + "exception_notification_addresses": [], + "fault_or_suspend_on_exception": "fault", "files": [], - "is_review": false + "id": "tc-30-send-message-from-message-end-event-to-one-recipient", + "is_master_spec": false, + "is_review": false, + "libraries": [], + "library": false, + "primary_file_name": "TC-3.0 - Send message from Message End Event to one recipient.bpmn", + "primary_process_id": "Process_test_tc_30_send_message_from_message_end_event_to_one_recipient_TC_3_0_Send_message_from_Message_End_Event_to_one_recipient_bd2e724", + "process_group_id": "test", + "standalone": false } \ No newline at end of file diff --git a/test/tc-40/workflow.json b/test/tc-40/workflow.json index 97492a79..64dd1421 100644 --- a/test/tc-40/workflow.json +++ b/test/tc-40/workflow.json @@ -1,17 +1,17 @@ { "description": "TC-4.0 - Message from Send Task to Message Start Event in the External pool", "display_name": "TC-4.0 - Message from Send Task to Message Start Event in the External pool", - "primary_process_id": "Process_test_tc_40_TC_4_0_bd2e724", - "libraries": [], - "id": "tc-40", - "process_group_id": "test", - "exception_notification_addresses": [], - "primary_file_name": "TC-4.0.bpmn", - "fault_or_suspend_on_exception": "fault", "display_order": 15, - "library": false, - "is_master_spec": false, - "standalone": false, + "exception_notification_addresses": [], + "fault_or_suspend_on_exception": "fault", "files": [], - "is_review": false + "id": "tc-40", + "is_master_spec": false, + "is_review": false, + "libraries": [], + "library": false, + "primary_file_name": "TC-4.0.bpmn", + "primary_process_id": "Process_test_tc_40_TC_4_0_bd2e724", + "process_group_id": "test", + "standalone": false } \ No newline at end of file diff --git a/test/tc-41/workflow.json b/test/tc-41/workflow.json index 8675c4c3..a9f557b0 100644 --- a/test/tc-41/workflow.json +++ b/test/tc-41/workflow.json @@ -1,17 +1,17 @@ { "description": "TC-4.1 - Message from Message Intermediate Throw Event to Receive Task in the External pool", "display_name": "TC-4.1 - Message from Message Intermediate Throw Event to Receive Task in the External pool", - "primary_process_id": "Process_test_tc_41_TC_4_0_bd2e724", - "libraries": [], - "id": "tc-41", - "process_group_id": "test", - "exception_notification_addresses": [], - "primary_file_name": "TC-4.0.bpmn", - "fault_or_suspend_on_exception": "fault", "display_order": 8, - "library": false, - "is_master_spec": false, - "standalone": false, + "exception_notification_addresses": [], + "fault_or_suspend_on_exception": "fault", "files": [], - "is_review": false + "id": "tc-41", + "is_master_spec": false, + "is_review": false, + "libraries": [], + "library": false, + "primary_file_name": "TC-4.0.bpmn", + "primary_process_id": "Process_test_tc_41_TC_4_0_bd2e724", + "process_group_id": "test", + "standalone": false } \ No newline at end of file diff --git a/test/tc-42/workflow.json b/test/tc-42/workflow.json index 106e2c1a..a7ff8132 100644 --- a/test/tc-42/workflow.json +++ b/test/tc-42/workflow.json @@ -1,17 +1,17 @@ { "description": "TC-4.2 - Message from Message End Event to Message Intermediate Catch Event in the External pool", "display_name": "TC-4.2 - Message from Message End Event to Message Intermediate Catch Event in the External pool", - "primary_process_id": "Process_test_tc_42_TC_4_1_bd2e724", - "libraries": [], - "id": "tc-42", - "process_group_id": "test", - "exception_notification_addresses": [], - "primary_file_name": "TC-4.1.bpmn", - "fault_or_suspend_on_exception": "fault", "display_order": 18, - "library": false, - "is_master_spec": false, - "standalone": false, + "exception_notification_addresses": [], + "fault_or_suspend_on_exception": "fault", "files": [], - "is_review": false + "id": "tc-42", + "is_master_spec": false, + "is_review": false, + "libraries": [], + "library": false, + "primary_file_name": "TC-4.1.bpmn", + "primary_process_id": "Process_test_tc_42_TC_4_1_bd2e724", + "process_group_id": "test", + "standalone": false } \ No newline at end of file diff --git a/test/tc-50/workflow.json b/test/tc-50/workflow.json index f85caec3..31e9698d 100644 --- a/test/tc-50/workflow.json +++ b/test/tc-50/workflow.json @@ -1,17 +1,17 @@ { - "primary_process_id": "Process_test_tc_50_TC_4_2_bd2e724", - "libraries": [], - "display_order": 19, - "standalone": false, - "is_master_spec": false, - "id": "tc-50", - "primary_file_name": "TC-4.2.bpmn", - "process_group_id": "test", - "exception_notification_addresses": [], - "display_name": "TC-5.0 - 2 messages simulteneously from the Send Task to the Receive Task in the External pool", - "is_review": false, - "fault_or_suspend_on_exception": "fault", "description": "TC-5.0 - 2 messages simulteneously from the Send Task to the Receive Task in the External pool", + "display_name": "TC-5.0 - 2 messages simulteneously from the Send Task to the Receive Task in the External pool", + "display_order": 19, + "exception_notification_addresses": [], + "fault_or_suspend_on_exception": "fault", "files": [], - "library": false + "id": "tc-50", + "is_master_spec": false, + "is_review": false, + "libraries": [], + "library": false, + "primary_file_name": "TC-4.2.bpmn", + "primary_process_id": "Process_test_tc_50_TC_4_2_bd2e724", + "process_group_id": "test", + "standalone": false } \ No newline at end of file diff --git a/test/tc-51/workflow.json b/test/tc-51/workflow.json index 4296d4ff..69ca2fc2 100644 --- a/test/tc-51/workflow.json +++ b/test/tc-51/workflow.json @@ -1,17 +1,17 @@ { - "primary_process_id": "Process_test_tc_51_TC_5_0_bd2e724", - "libraries": [], - "display_order": 20, - "standalone": false, - "is_master_spec": false, - "id": "tc-51", - "primary_file_name": "TC-5.0.bpmn", - "process_group_id": "test", - "exception_notification_addresses": [], - "display_name": "TC-5.1 - 2 messages simulteneously from the Message Intermediate Throw Event to the Message Intermediate Catch Event in the External pool", - "is_review": false, - "fault_or_suspend_on_exception": "fault", "description": "TC-5.1 - 2 messages simulteneously from the Message Intermediate Throw Event to the Message Intermediate Catch Event in the External pool", + "display_name": "TC-5.1 - 2 messages simulteneously from the Message Intermediate Throw Event to the Message Intermediate Catch Event in the External pool", + "display_order": 20, + "exception_notification_addresses": [], + "fault_or_suspend_on_exception": "fault", "files": [], - "library": false + "id": "tc-51", + "is_master_spec": false, + "is_review": false, + "libraries": [], + "library": false, + "primary_file_name": "TC-5.0.bpmn", + "primary_process_id": "Process_test_tc_51_TC_5_0_bd2e724", + "process_group_id": "test", + "standalone": false } \ No newline at end of file diff --git a/test/tc-60/workflow.json b/test/tc-60/workflow.json index 898db68f..e9f3cb81 100644 --- a/test/tc-60/workflow.json +++ b/test/tc-60/workflow.json @@ -1,17 +1,17 @@ { - "primary_process_id": "Process_test_tc_60_TC_5_2_bd2e724", - "libraries": [], - "display_order": 22, - "standalone": false, - "is_master_spec": false, - "id": "tc-60", - "primary_file_name": "TC-5.2.bpmn", - "process_group_id": "test", - "exception_notification_addresses": [], - "display_name": "TC-6.0 - Message from Send Task to the External pool and receive back by Message Intermediate Catch Event", - "is_review": false, - "fault_or_suspend_on_exception": "fault", "description": "TC-6.0 - Message from Send Task to the External pool and receive back by Message Intermediate Catch Event", + "display_name": "TC-6.0 - Message from Send Task to the External pool and receive back by Message Intermediate Catch Event", + "display_order": 22, + "exception_notification_addresses": [], + "fault_or_suspend_on_exception": "fault", "files": [], - "library": false -} + "id": "tc-60", + "is_master_spec": false, + "is_review": false, + "libraries": [], + "library": false, + "primary_file_name": "TC-5.2.bpmn", + "primary_process_id": "Process_test_tc_60_TC_5_2_bd2e724", + "process_group_id": "test", + "standalone": false +} \ No newline at end of file diff --git a/test/tc-601/workflow.json b/test/tc-601/workflow.json index 55873b75..d9a902b9 100644 --- a/test/tc-601/workflow.json +++ b/test/tc-601/workflow.json @@ -1,17 +1,17 @@ { - "id": "tc-601", - "fault_or_suspend_on_exception": "fault", - "display_name": "TC-6.0.1 - Message receiver N", "description": "TC-6.0.1 - Message receiver F", + "display_name": "TC-6.0.1 - Message receiver N", + "display_order": 45, "exception_notification_addresses": [], - "is_review": false, - "primary_process_id": "Process_test_tc_601_TC_6_0_1_bd2e724", - "primary_file_name": "TC-6.0.1.bpmn", - "process_group_id": "test", + "fault_or_suspend_on_exception": "fault", "files": [], - "standalone": false, + "id": "tc-601", + "is_master_spec": false, + "is_review": false, "libraries": [], "library": false, - "is_master_spec": false, - "display_order": 45 + "primary_file_name": "TC-6.0.1.bpmn", + "primary_process_id": "Process_test_tc_601_TC_6_0_1_bd2e724", + "process_group_id": "test", + "standalone": false } \ No newline at end of file diff --git a/test/tc-61/workflow.json b/test/tc-61/workflow.json index caa4e9d3..5035882d 100644 --- a/test/tc-61/workflow.json +++ b/test/tc-61/workflow.json @@ -1,17 +1,17 @@ { - "primary_process_id": "Process_test_tc_61_TC_6_0_bd2e724", - "libraries": [], - "display_order": 23, - "standalone": false, - "is_master_spec": false, - "id": "tc-61", - "primary_file_name": "TC-6.0.bpmn", - "process_group_id": "test", - "exception_notification_addresses": [], - "display_name": "TC-6.1 - Message from Message Intermediate Throw Event to the External pool and receive back by Receive Task", - "is_review": false, - "fault_or_suspend_on_exception": "fault", "description": "TC-6.1 - Message from Message Intermediate Throw Event to the External pool and receive back by Receive Task", + "display_name": "TC-6.1 - Message from Message Intermediate Throw Event to the External pool and receive back by Receive Task", + "display_order": 23, + "exception_notification_addresses": [], + "fault_or_suspend_on_exception": "fault", "files": [], - "library": false + "id": "tc-61", + "is_master_spec": false, + "is_review": false, + "libraries": [], + "library": false, + "primary_file_name": "TC-6.0.bpmn", + "primary_process_id": "Process_test_tc_61_TC_6_0_bd2e724", + "process_group_id": "test", + "standalone": false } \ No newline at end of file diff --git a/test/tc-611-message-receiver-f/workflow.json b/test/tc-611-message-receiver-f/workflow.json index afb747b1..54c9f381 100644 --- a/test/tc-611-message-receiver-f/workflow.json +++ b/test/tc-611-message-receiver-f/workflow.json @@ -1,17 +1,17 @@ { - "id": "tc-611-message-receiver-f", - "fault_or_suspend_on_exception": "fault", - "display_name": "TC-6.1.1 - Message receiver F", "description": "TC-6.1.1 - Message receiver F", + "display_name": "TC-6.1.1 - Message receiver F", + "display_order": 45, "exception_notification_addresses": [], - "is_review": false, - "primary_process_id": "Process_TC611", - "primary_file_name": "TC-6.1.1.bpmn", - "process_group_id": "test", + "fault_or_suspend_on_exception": "fault", "files": [], - "standalone": false, + "id": "tc-611-message-receiver-f", + "is_master_spec": false, + "is_review": false, "libraries": [], "library": false, - "is_master_spec": false, - "display_order": 45 + "primary_file_name": "TC-6.1.1.bpmn", + "primary_process_id": "Process_TC611", + "process_group_id": "test", + "standalone": false } \ No newline at end of file diff --git a/test/tc-70/workflow.json b/test/tc-70/workflow.json index 029a6cc4..77b39637 100644 --- a/test/tc-70/workflow.json +++ b/test/tc-70/workflow.json @@ -1,17 +1,17 @@ { - "id": "tc-70", - "fault_or_suspend_on_exception": "fault", - "display_name": "TC-7.0 - Generic flow with all types of message events", "description": "TC-7.0 - Generic flow with all types of message events", + "display_name": "TC-7.0 - Generic flow with all types of message events", + "display_order": 24, "exception_notification_addresses": [], - "is_review": false, - "primary_process_id": "Process_new", - "primary_file_name": "TC-7.0.bpmn", - "process_group_id": "test", + "fault_or_suspend_on_exception": "fault", "files": [], - "standalone": false, + "id": "tc-70", + "is_master_spec": false, + "is_review": false, "libraries": [], "library": false, - "is_master_spec": false, - "display_order": 24 + "primary_file_name": "TC-7.0.bpmn", + "primary_process_id": "Process_new", + "process_group_id": "test", + "standalone": false } \ No newline at end of file diff --git a/test/tc-b/workflow.json b/test/tc-b/workflow.json index 735f475d..eb63e968 100644 --- a/test/tc-b/workflow.json +++ b/test/tc-b/workflow.json @@ -1,17 +1,17 @@ { - "primary_process_id": "Process_test_tc_b_TC_B_bd2e724", - "libraries": [], - "display_order": 1, - "standalone": false, - "is_master_spec": false, - "id": "tc-b", - "primary_file_name": "TC-B.bpmn", - "process_group_id": "test", - "exception_notification_addresses": [], - "display_name": "TC-B - Generic flow with basic set of elements", - "is_review": false, - "fault_or_suspend_on_exception": "fault", "description": "TC-B", + "display_name": "TC-B - Generic flow with basic set of elements", + "display_order": 1, + "exception_notification_addresses": [], + "fault_or_suspend_on_exception": "fault", "files": [], - "library": false + "id": "tc-b", + "is_master_spec": false, + "is_review": false, + "libraries": [], + "library": false, + "primary_file_name": "TC-B.bpmn", + "primary_process_id": "Process_test_tc_b_TC_B_bd2e724", + "process_group_id": "test", + "standalone": false } \ No newline at end of file diff --git a/test/test1/workflow.json b/test/test1/workflow.json index 1a08b603..916ff309 100644 --- a/test/test1/workflow.json +++ b/test/test1/workflow.json @@ -1,17 +1,17 @@ { - "primary_process_id": "Process_test_test1_test1_bd2e724", - "libraries": [], - "display_order": 5, - "standalone": false, - "is_master_spec": false, - "id": "test1", - "primary_file_name": "test1.bpmn", - "process_group_id": "test", - "exception_notification_addresses": [], - "display_name": "test1 - with business rules", - "is_review": false, - "fault_or_suspend_on_exception": "fault", "description": "test1", + "display_name": "test1 - with business rules", + "display_order": 5, + "exception_notification_addresses": [], + "fault_or_suspend_on_exception": "fault", "files": [], - "library": false + "id": "test1", + "is_master_spec": false, + "is_review": false, + "libraries": [], + "library": false, + "primary_file_name": "test1.bpmn", + "primary_process_id": "Process_test_test1_test1_bd2e724", + "process_group_id": "test", + "standalone": false } \ No newline at end of file diff --git a/test/test2/workflow.json b/test/test2/workflow.json index 3bc05eb2..0235d3e3 100644 --- a/test/test2/workflow.json +++ b/test/test2/workflow.json @@ -1,17 +1,17 @@ { - "display_name": "Message Start Event with Manual Task", - "process_group_id": "test", - "is_master_spec": false, - "standalone": false, "description": "test2", + "display_name": "Message Start Event with Manual Task", + "display_order": 3, + "exception_notification_addresses": [], + "fault_or_suspend_on_exception": "fault", "files": [], "id": "test2", + "is_master_spec": false, "is_review": false, - "display_order": 3, - "primary_process_id": "Process_1", - "fault_or_suspend_on_exception": "fault", - "primary_file_name": "t2.bpmn", - "library": false, "libraries": [], - "exception_notification_addresses": [] -} + "library": false, + "primary_file_name": "t2.bpmn", + "primary_process_id": "Process_1", + "process_group_id": "test", + "standalone": false +} \ No newline at end of file diff --git a/test/test3/workflow.json b/test/test3/workflow.json index 4eb6e5ac..d42ee86d 100644 --- a/test/test3/workflow.json +++ b/test/test3/workflow.json @@ -1,17 +1,17 @@ { - "display_name": "test3 - Message flow with User Task", - "process_group_id": "test", - "is_master_spec": false, - "standalone": false, "description": "test3", + "display_name": "test3 - Message flow with User Task", + "display_order": 25, + "exception_notification_addresses": [], + "fault_or_suspend_on_exception": "fault", "files": [], "id": "test3", + "is_master_spec": false, "is_review": false, - "display_order": 25, - "primary_process_id": "Process_test_test3_test3_bd2e724", - "fault_or_suspend_on_exception": "fault", - "primary_file_name": "test3.bpmn", - "library": false, "libraries": [], - "exception_notification_addresses": [] + "library": false, + "primary_file_name": "test3.bpmn", + "primary_process_id": "Process_test_test3_test3_bd2e724", + "process_group_id": "test", + "standalone": false } \ No newline at end of file