orchestrator-core icon indicating copy to clipboard operation
orchestrator-core copied to clipboard

[Feature]: Add Role based access control to running workflows - inputstep decorator

Open Mark90 opened this issue 8 months ago • 0 comments

Contact Details

markmdev_51242 in the discord channel (see readme).

What should we build?

Add the authorize_callback parameter to the @inputstep decorator.

See #782 for original requirements and #837 for how this was implemented on the @workflow decorator.

  • [ ] Think of a solution where the form generator is aware whether or not the user can execute the step.
    • [ ] the submit button is disabled if the user has no rights
  • [ ] Or show a standard "not authorized" form to the user, if they have no rights

Mark90 avatar Apr 30 '25 11:04 Mark90