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]: Add Role based access control to running workflows - Implement updated endpoints in UI #1730

Open
4 tasks
wouter1975 opened this issue Feb 11, 2025 · 0 comments

Comments

@wouter1975
Copy link
Collaborator

wouter1975 commented Feb 11, 2025

In several places the update endpoints for running workflow/tasks need to updated in the FE.

  • Reflect the isAllowed state in the Start menu
    • is workflow has isAllowed = false, make the menu item (shown by the product name) not-clickable, and present the item in a disabled state (grey text)
  • Reflect the isAllowed state in the Tasks menu
    • is workflow has isAllowed = false, make the menu item not-clickable, and present the item in a disabled state (grey text)
  • extend the isAllowed function on the Abort and Delete button to check whether the user is entitled to abort or delete the workflow
  • Ensure that the resume step performs an isAllowed check before the new input is accepted and workflow continues into running state.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant