How can I set the creation date of an IVY Task? We are using Ivy system tasks to log some external activities. After such an external activity has been done, the external system calls IVY. IVY creates a system task so we have a perfect case history including all tasks which have been done. Right now, the system task has as creation/start-date the current timestamp. How can we set this date to another date (which is may in the past). Thanks! asked 29.11.2016 at 11:29 peter_muc |
There is no API for that. And it sound like a hack to me. But you could change the creation date directly in the SystemDB: answered 29.11.2016 at 11:50 Reguel Werme... ♦♦ Thanks for your quick answer. Yes looks like a hack, but from my perspective it is the only way to document system activities which have been done outside of IVY, isn't it? In case we would update the systemDB entries directly, the DB value updates are applied directly or is there something other to do (restart of engine...:) )?
(29.11.2016 at 14:41)
peter_muc
Yes a restart of the engine is also required. Because task data are cached by the engine and only seldom read from the database. You may get corrupt data if you manipulate the systemDb content while the engine is running.
(30.11.2016 at 08:37)
Reguel Werme... ♦♦
Ok thanks, in this case we need to think about another solution...restarting the engine for each new system task is not really an option :)
(30.11.2016 at 09:27)
peter_muc
|
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 29.11.2016 at 11:29
Seen: 1,263 times
Last updated: 30.11.2016 at 09:27