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] Attach timestamps to the show #131

Closed
darewreck54 opened this issue Dec 14, 2021 · 1 comment
Closed

[Feature Request] Attach timestamps to the show #131

darewreck54 opened this issue Dec 14, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@darewreck54
Copy link

At this time, I'm not seeing the timestamps from the results from show for a workflow. It would be nice to have consistency with the UI where it shows the timestamps for the workflow execution history states.

@darewreck54 darewreck54 added the enhancement New feature or request label Dec 14, 2021
@feedmeapples feedmeapples added this to the Release v1.17.0 milestone May 16, 2022
@feedmeapples
Copy link
Contributor

addressed with the new UX

tctl workflow show -wid 6c7668_Running

Progress:
  ID          Time                    Type             
   1  2022-05-16T18:26:26Z  WorkflowExecutionStarted   
   2  2022-05-16T18:26:26Z  WorkflowTaskScheduled      
   3  2022-05-16T18:26:26Z  WorkflowExecutionSignaled  
   4  2022-05-16T18:26:26Z  WorkflowTaskStarted        
   5  2022-05-16T18:26:26Z  WorkflowTaskCompleted      
   6  2022-05-16T18:26:26Z  ActivityTaskScheduled      
   7  2022-05-16T18:26:26Z  ActivityTaskStarted        
   8  2022-05-16T19:26:26Z  ActivityTaskTimedOut       
   9  2022-05-16T19:26:26Z  WorkflowTaskScheduled      
  10  2022-05-16T19:26:26Z  WorkflowTaskStarted        
  11  2022-05-16T19:26:26Z  WorkflowTaskCompleted      
  12  2022-05-16T19:26:26Z  WorkflowExecutionFailed    

Result:
  Status: FAILED
  Failure: &Failure{Message:activity error,Source:GoSDK,StackTrace:,Cause:&Failure{Message:activity StartToClose timeout,Source:Server,StackTrace:,Cause:nil,FailureType:Failure_TimeoutFailureInfo: StartToClose,},FailureType:Failure_ActivityFailureInfo,}

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

2 participants