Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Action buttons should be disabled if runtimeStatus doesn't allow that action #183

Open
mronnblom-ith opened this issue May 23, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@mronnblom-ith
Copy link

Version: DurableFunctionsMonitor.DotNetIsolated, 6.5.0-beta2

These buttons in the UI are clickable regardless of runtimeStatus for the orchestration instance. If you then click them, an (non-intuitive) Exception is thrown.

image

image

Alternatively, fix the error messages to be more intuitive. In above example, maybe: "Failed to suspend. Not allowed for status 'Failed'."

@mronnblom-ith
Copy link
Author

I see now that in the log, this message is displayed:
Cannot suspend orchestration instance in the Failed state

So it may just be an issue of extracting the Exception message correctly.

@davidmrdavid davidmrdavid added enhancement New feature or request and removed Needs: Triage 🔍 labels Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants