You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: