Details
-
New Feature
-
Resolution: Fixed
-
None
-
High
-
For all API users: The task import can now call an URL after finishing a task import and hanging imports are cancelled after (configurable) 48h.
-
-
Empty show more show less
Description
problem
API users may need an active callback to receive if a task is finally imported or not, so that no long polling must be implemented.
solution
Introduce two new configurations:
- the callback URL, default empty, so nothing is triggered (runtimeOptions.import.callbackUrl)
- the import timeout, default 48 hours, after that time a task with status import is set to error and the callback is called (runtimeOptions.import.timeout)