You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
Hi. I just upgraded to 3.3.4 UI and I noticed that task details tab does not show when you click on it any task. Issue happens both on production mode (when I copy the build result from yarn build command to the server resources folder and access all the pages as static files) and on development mode.
Details
Conductor version:
Persistence implementation: Oracle, Elastic 7
Queue implementation: Dynoqueues, RabbitMQ etc
Lock: Redis or Zookeeper? NO lockin
Workflow definition: Any
Task definition: Any
Event handler definition: Any
To Reproduce
Steps to reproduce the behavior:
Go to UI homescreen
Click on Search button
Scroll down to any workflow that is COMPLETE or RUNNING or any other state
Once the workflow details screen opens, click on any Task
Expected behavior
The task details tab should open so user can see Input, Output, Logs and so on. Instead, a javascript error happens.
Screenshot:
The text was updated successfully, but these errors were encountered:
Looks to be caused by a workflow execution returning no 'taskToDomain' field.
Will push out a patch in the next update to reference domain in the task result. That should address this bug.
Hi. I just upgraded to 3.3.4 UI and I noticed that task details tab does not show when you click on it any task. Issue happens both on production mode (when I copy the build result from yarn build command to the server resources folder and access all the pages as static files) and on development mode.
Details
Conductor version:
Persistence implementation: Oracle, Elastic 7
Queue implementation: Dynoqueues, RabbitMQ etc
Lock: Redis or Zookeeper? NO lockin
Workflow definition: Any
Task definition: Any
Event handler definition: Any
To Reproduce
Steps to reproduce the behavior:
Go to UI homescreen
Click on Search button
Scroll down to any workflow that is COMPLETE or RUNNING or any other state
Once the workflow details screen opens, click on any Task
Expected behavior
The task details tab should open so user can see Input, Output, Logs and so on. Instead, a javascript error happens.
Screenshot:
The text was updated successfully, but these errors were encountered: