-
Bug
-
Resolution: Unresolved
-
Major
-
1.35.0
-
None
-
False
-
None
-
False
-
-
Summary
When a user performs local development on his workflow using kn workflow plugin. There is a discrepancy of some UI elements. Mainly the references to workflow endpoint.
In workflow instances page it is different compared to Workflow Definitions page, where the endpoint is correct - localhost:8080/hello
Environment
Linux x86_64, AMD
Podman
OCP 4.16
Steps to reproduce
- Create a new project using kn workflow plugin - kn workflow create
- Navigate to the root of the project and run - kn workflow run
- Open the dev ui web application and trigger some worklows
- Observe the endpoint UI element in Workflow Instances page - it points to*localhost:8080*
Actual results
The Endpoint refrence UI element points to localhost:8080
Expected results
The Endpoint refrence UI element points to localhost:8080/
{workflow_endpoint}.
In basic case, localhost:8080/hello
Testing
QE will extend test suite of kn-workflow-plugin OR management console to validate this UI element during acceptance testing