Open
Description
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
andDelete
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.