Is it possible to set a suspended Task to DONE using the Ivy API? (as it is possible to destroy the task with ivy.task.destroy()) UseCase: Within a process, a task is generated for a specific role (e.g. a task without user interaction / interface etc.) to report the progress. The system/process may now continue working in the background and, as soon it has been done its work, the state of the task should also be set to DONE by using java code (ivyscript code would also be possible). The reason for that is that the user should see this task in the task history but the task should not going to "destroyed" Thanks in advance for answers |
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 16.01.2019 at 05:44
Seen: 2,522 times
Last updated: 22.01.2019 at 06:53
I think there is no public api for that. You only create a task for a user to report the progress? You should consider to use another way to report this 'state' to the user. This is the same discussion as we have with this here: https://answers.axonivy.com/questions/2504/can-we-set-case-status-to-done