Skip to content

[Feature]: Add Role based access control to actions - start/abort/retry wf & task #1730

Open
@wouter1975

Description

@wouter1975

Depends on backend change: workfloworchestrator/orchestrator-core#821

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

  • 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), , consider adding a lock to indicate that the user has insufficient rights and add on-hoover stating the user is not allowed to execute this task
  • 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions