{{ 'P2P_PROVIDER.EXECUTIONS' | translate }}

{{ 'REPLICATION.ID' | translate }} {{ 'JOB_SERVICE_DASHBOARD.VENDOR_TYPE' | translate }} {{ 'DESTINATION.STATUS' | translate }} {{ 'WEBHOOK.EVENT_TYPE' | translate }} {{ 'WEBHOOK.PAYLOAD_DATA' | translate }} {{ 'REPLICATION.CREATION_TIME' | translate }} {{ 'REPLICATION.END_TIME' | translate }} {{ 'P2P_PROVIDER.JOB_PLACEHOLDER' | translate }} @for (execution of executions; track execution) { {{ execution.id }} {{ execution.vendor_type }} {{ execution.status }} @if (execution.status_message) { } {{ execution.status_message }} @if (execution?.extra_attrs?.event_type) { {{ eventTypeToText(execution?.extra_attrs?.event_type) }} } @if (useJsonFormat(execution?.vendor_type)) { {{ toString( toJson(execution?.extra_attrs?.payload) ) }} } @if (!useJsonFormat(execution?.vendor_type)) { {{ execution?.extra_attrs?.payload }} } @if (!useJsonFormat(execution?.vendor_type)) {
{{ execution?.extra_attrs?.payload }}
} @if (useJsonFormat(execution?.vendor_type)) {

                        }
                    
{{ execution.start_time | harborDatetime : 'short' }} {{ execution.end_time | harborDatetime : 'short' }}
} {{ 'PAGINATION.PAGE_SIZE' | translate }} @if (total) { {{ pagination.firstItem + 1 }} - {{ pagination.lastItem + 1 }} {{ 'REPLICATION.OF' | translate }} } {{ total }} {{ 'REPLICATION.ITEMS' | translate }}