Skip to content

Commit 825d263

Browse files
committed
show lastCompletionResult as json (#822)
1 parent 86f5c00 commit 825d263

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/workflow-history/config/workflow-history-event-details.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const workflowHistoryEventDetailsConfig = [
4646
},
4747
{
4848
name: 'Json as PrettyJson',
49-
pathRegex: '(input|result|details|Error)$',
49+
pathRegex: '(input|result|details|Error|lastCompletionResult)$',
5050
valueComponent: WorkflowHistoryEventDetailsJson,
5151
forceWrap: true,
5252
},

0 commit comments

Comments
 (0)