We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d4a6d1 commit c2d50b8Copy full SHA for c2d50b8
tools/cli/util.go
@@ -371,6 +371,9 @@ func getEventAttributes(e *historypb.HistoryEvent) interface{} {
371
case enumspb.EVENT_TYPE_WORKFLOW_EXECUTION_FAILED:
372
data = e.GetWorkflowExecutionFailedEventAttributes()
373
374
+ case enumspb.EVENT_TYPE_WORKFLOW_TASK_FAILED:
375
+ data = e.GetWorkflowTaskFailedEventAttributes()
376
+
377
case enumspb.EVENT_TYPE_WORKFLOW_EXECUTION_TIMED_OUT:
378
data = e.GetWorkflowExecutionTimedOutEventAttributes()
379
0 commit comments