sartography / spiff-arena

SpiffWorkflow is a software development platform for building, running, and monitoring executable diagrams
https://www.spiffworkflow.org/
GNU Lesser General Public License v2.1
48 stars 36 forks source link

remove instance id from task show api #1520

Open burnettk opened 3 weeks ago

burnettk commented 3 weeks ago

right now it's:

/tasks/16/1deef7a0-59a5-4607-a840-30e7edb6f872

proposal:

add route to /tasks/1deef7a0-59a5-4607-a840-30e7edb6f872 and deprecate the old one.

we don't need the instance id for context. the task belongs to an instance. we don't need the instance id for permissions, since you don't want permissions at the instance level hopefully ever.