Add overlay runtime import for packed events
This commit is contained in:
parent
8ca65cbbfb
commit
fa63cefb70
13 changed files with 1248 additions and 153 deletions
|
|
@ -20,6 +20,7 @@
|
|||
"packed_event_imported_runtime_record_count": 1,
|
||||
"packed_event_parity_only_record_count": 1,
|
||||
"packed_event_unsupported_record_count": 0,
|
||||
"packed_event_blocked_missing_company_context_count": 1,
|
||||
"event_runtime_record_count": 2,
|
||||
"special_condition_count": 1,
|
||||
"enabled_special_condition_count": 1,
|
||||
|
|
@ -40,11 +41,13 @@
|
|||
"records": [
|
||||
{
|
||||
"decode_status": "executable",
|
||||
"executable_import_ready": true
|
||||
"executable_import_ready": true,
|
||||
"import_outcome": "imported"
|
||||
},
|
||||
{
|
||||
"decode_status": "parity_only",
|
||||
"executable_import_ready": false
|
||||
"executable_import_ready": false,
|
||||
"import_outcome": "blocked_missing_company_context"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue