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

Historize tasktemplate to keep the current tasktemplate attached to a resolution #237

Open
rbeuque74 opened this issue Feb 22, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@rbeuque74
Copy link
Member

When a task is created, but no resolution is attached yet, we could have a de-synchronization of the inputs provided by requester in case the tasktemplate is getting patched between the task creation and the resolution creation.

We could keep a versionned tasktemplate in the database (example foobar-template@2021-02-18T21:23.yaml) and attach task/resolution to the versionned tasktemplate.
Those tasktemplate would be consultable from the GET /template, and will be trashed when no task is attached to it anymore.

@rbeuque74 rbeuque74 added the enhancement New feature or request label Feb 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant