Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
bergundy opened this issue Jul 2, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@bergundy
Copy link
Member

bergundy commented Jul 2, 2024

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
@bergundy bergundy added the enhancement New feature or request label Jul 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant