Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

3.3.4 UI Bug. Task Details tab doesn`t show with javascript error. #2573

Closed
vfmuniz opened this issue Nov 14, 2021 · 2 comments · Fixed by #2584
Closed

3.3.4 UI Bug. Task Details tab doesn`t show with javascript error. #2573

vfmuniz opened this issue Nov 14, 2021 · 2 comments · Fixed by #2584
Assignees
Labels
type: bug bugs/ bug fixes UI User Interface bugs and issues

Comments

@vfmuniz
Copy link

vfmuniz commented Nov 14, 2021

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:
image

@peterlau peterlau self-assigned this Nov 15, 2021
@peterlau peterlau added the type: bug bugs/ bug fixes label Nov 15, 2021
@peterlau
Copy link
Collaborator

peterlau commented Nov 15, 2021

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.

@peterlau peterlau added the UI User Interface bugs and issues label Nov 15, 2021
@vfmuniz
Copy link
Author

vfmuniz commented Nov 16, 2021

Thank you :)

@debapi94 debapi94 mentioned this issue Nov 16, 2021
4 tasks
@peterlau peterlau linked a pull request Nov 16, 2021 that will close this issue
4 tasks
@peterlau peterlau assigned peterlau and unassigned peterlau Nov 16, 2021
@debapi94 debapi94 mentioned this issue Nov 17, 2021
4 tasks
@peterlau peterlau linked a pull request Nov 17, 2021 that will close this issue
4 tasks
@peterlau peterlau removed a link to a pull request Nov 17, 2021
4 tasks
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: bug bugs/ bug fixes UI User Interface bugs and issues
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants