Hi,
I get the following in the WebUI when I try and view the workflows:
13 INTERNAL: ListClosedWorkflowExecutions failed: elastic: Error 400 (Bad Request): all shards failed [type=search_phase_execution_exception], root causes: Text fields are not optimised for operations that require per-document field data like aggregations and sorting, so these operations are disabled by default. Please use a keyword field instead. Alternatively, set fielddata=true on [RunId] in order to load field data by uninverting the inverted index. Note that this can use significant memory. [type=illegal_argument_exception]
The UI used to work fine when I was running sample code. I’ve tried to create my own workflow and executed it, but I had forgotten to register the workflow and activities to a worker, so the workflows were created but never executed. After creating those workflows, I’ve seen this error in the UI - not sure if it’s related to the above steps but wanted to create a topic.
Let me know what other information you may want and will be happy to provide.
Thank you.
Jay.