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

Create a generic /api/workflows/<workflow_id>/* endpoint #645

Open
DonHaul opened this issue Dec 19, 2024 · 0 comments
Open

Create a generic /api/workflows/<workflow_id>/* endpoint #645

DonHaul opened this issue Dec 19, 2024 · 0 comments

Comments

@DonHaul
Copy link
Collaborator

DonHaul commented Dec 19, 2024

this endpoint should be able to, without ever passing it the collection:

  • modify the state of a workflow .
  • creating/replying and closing a ticket for it
    What else?

Note:
The way we have things implemented, one Model per collection, may require us to do a query for every collection and find if the id works there. Alternatively we can in the future use Multi Table Inheritance , to have a global workflows table, and then an individual table with data etc for every given collection

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