Questions Tagged With taskhttps://answers.axonivy.com/tags/task/?type=rss&user=HaraldWeberquestions tagged <span class="tag">task</span>enMon, 12 Jan 2015 14:45:47 -0500End a suspended Taskhttps://answers.axonivy.com/questions/1114/end-a-suspended-task<p>How can I end a suspended task? In IWorkflowSession there is a mehtod: </p> <pre><code>public abstract void endWorkingTask(ITask paramITask, String paramString1, String paramString2, String paramString3, boolean paramBoolean) throws PersistencyException; </code></pre> <p>But its undocumented.</p> <p>Or is it better to call ITask.destroy()?</p>HaraldWeberMon, 12 Jan 2015 14:45:47 -0500https://answers.axonivy.com/questions/1114/end-a-suspended-tasktaskSave Task data while in taskhttps://answers.axonivy.com/questions/1017/save-task-data-while-in-task<p>How can I save data while I'm in a Task Switch.</p> <p>I'm resuming a Task and want to save data after submitting each form/page. If the user session expires or the user cancels the task the data should load when the user resumes the task the next time.</p>HaraldWeberTue, 21 Oct 2014 10:34:51 -0400https://answers.axonivy.com/questions/1017/save-task-data-while-in-tasktaskHow to get the users tasklisthttps://answers.axonivy.com/questions/969/how-to-get-the-users-tasklist<p>How can i get the task list of the current logged in user without the permission TaskReadAll.</p> <p>All methods i tried call <b>getTaskQueryExecutor</b> which needs the permission TaskReadAll.</p> <p>I think the User should be allowed to read it's own tasks.</p>HaraldWeberThu, 18 Sep 2014 14:12:03 -0400https://answers.axonivy.com/questions/969/how-to-get-the-users-tasklisttasklist