temporalio/cli

[Feature Request] Provide more useful basic information in default output for `workflow show` command.

開放

#612 建立於 2024年7月2日

 (1 則留言) (0 個反應) (0 位負責人)Go (96 個分叉)auto 404
enhancementgood first issue

倉庫指標

星標
 (370 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

Some ideas:

  ID          Time                          Type                                                                Details
   1  2024-07-01T17:43:22Z  WorkflowExecutionStarted                            MyWorkflowType
   2  2024-07-01T17:43:22Z  WorkflowTaskScheduled                               MyTaskQueue?
   3  2024-07-01T17:43:34Z  WorkflowTaskStarted                                    ${schedule to start time}
   4  2024-07-01T17:43:34Z  WorkflowTaskCompleted                              ${processing time}
   5  2024-07-01T17:43:34Z  StartChildWorkflowExecutionInitiated         MyChildWorkflowType
   6  2024-07-01T17:43:34Z  ChildWorkflowExecutionStarted
   7  2024-07-01T17:43:34Z  WorkflowTaskScheduled
   8  2024-07-01T17:43:34Z  WorkflowTaskStarted
   9  2024-07-01T17:43:34Z  WorkflowTaskCompleted
  10  2024-07-01T17:46:48Z  ChildWorkflowExecutionCompleted           ${total time}
...
  • For timer we can show the duration, and in the future maybe the summary field.
  • For activity show the activity type.
  • Show signal / update names

貢獻者指南