microsoft / microsoft/DurableFunctionsMonitor

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

Open
#183 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
TypeScript
Stars
290
Forks
46
Avg merge
6m
Merged PRs (30d)
1

Description

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'."

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the UI components for orchestration action buttons and the code that reads an instance's runtimeStatus. Review which actions are invalid for each status, then verify that invalid buttons are disabled or that the resulting errors clearly identify the disallowed action and status.

Written by the indexing model from the issue text.

Assessment

Tech stack
azure, typescript
Domain
devtools, frontend
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.