@if (execution().status === eXpertAgentExecutionStatusEnum.RUNNING) { }
@if (expand()) { } @else { }
{{ execution().agentKey }}
{{ execution().elapsedTime / 1000 | number: '0.0-3' }}s
{{ execution().status | isNil: 'unknow' }}
@if (expand()) { @if (execution().error) {
{{ 'PAC.Xpert.Error' | translate: { Default: 'Error' } }}

{{ execution().error }}

}
{{ 'PAC.Xpert.Input' | translate: { Default: 'Input' } }}
{{ execution().inputs ?? undefined | json }}
@if (execution().outputs) {
{{ 'PAC.Xpert.Output' | translate: { Default: 'Output' } }}
{{ execution().outputs | json }}
} }