Workflow history missing the details

Hi,

Currently I have enabled Security JWT token user has access to Writer. Missing few summary details (history details). What is wrong with the code backend api doesn’t return the details from the api: history?waitForNewEvent=true

  • Workflow status
  • Input
  • Output



Here is the response JSON

{“rawHistory”:,“history”:{“events”:[{“eventTime”:“2022-01-07T18:32:40.000Z”,“eventType”:“WorkflowExecutionStarted”,“eventId”:“1”},{“eventTime”:“2022-01-07T18:32:40.000Z”,“eventType”:“WorkflowTaskScheduled”,“eventId”:“2”},{“eventTime”:“2022-01-07T18:32:40.000Z”,“eventType”:“WorkflowTaskStarted”,“eventId”:“3”},{“eventTime”:“2022-01-07T18:32:40.000Z”,“eventType”:“WorkflowTaskCompleted”,“eventId”:“4”},{“eventTime”:“2022-01-07T18:32:40.000Z”,“eventType”:“ActivityTaskScheduled”,“eventId”:“5”},{“eventTime”:“2022-01-07T18:32:40.000Z”,“eventType”:“ActivityTaskStarted”,“eventId”:“6”},{“eventTime”:“2022-01-07T18:32:41.000Z”,“eventType”:“ActivityTaskCompleted”,“eventId”:“7”},{“eventTime”:“2022-01-07T18:32:41.000Z”,“eventType”:“WorkflowTaskScheduled”,“eventId”:“8”},{“eventTime”:“2022-01-07T18:32:41.000Z”,“eventType”:“WorkflowTaskStarted”,“eventId”:“9”},{“eventTime”:“2022-01-07T18:32:41.000Z”,“eventType”:“WorkflowTaskCompleted”,“eventId”:“10”},{“eventTime”:“2022-01-07T18:32:41.000Z”,“eventType”:“WorkflowExecutionCompleted”,“eventId”:“11”}]},“nextPageToken”:“”,“archived”:false}

@SergeyBykov @tihomir @maxim - can you please share your thoughts?

hey @jaffarsadik

What is the Temporal server version are you using? What does tctl workflow describe output as the status for your running workflow that shows Status as empty?

Also it’s worth updating the Web UI to the latest version, currently v1.13.0. It can be updated w/o updating the Temporal server