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
Describe the bug
When disableWriteActions: true, the DisableWriteMiddleware prevents the POST /api/v1/namespaces/delivery/workflows/{workflowID}/query/__temporal_workflow_metadata from going through.
When going to the Relationships tab, the UI displays a blank page without any error message.
To Reproduce
Steps to reproduce the behavior:
Set disableWriteActions to true.
Start a workflow with child workflows.
Go to the Relationships tab.
Expected behavior
Display the relationship graph of workflows.
The text was updated successfully, but these errors were encountered:
Describe the bug
When
disableWriteActions: true
, theDisableWriteMiddleware
prevents thePOST /api/v1/namespaces/delivery/workflows/{workflowID}/query/__temporal_workflow_metadata
from going through.When going to the Relationships tab, the UI displays a blank page without any error message.
To Reproduce
Steps to reproduce the behavior:
disableWriteActions
totrue
.Expected behavior
Display the relationship graph of workflows.
The text was updated successfully, but these errors were encountered: