Questions Tagged With taskhttps://answers.axonivy.com/tags/task/?type=rss&user=Stelt0questions tagged <span class="tag">task</span>enMon, 07 Oct 2019 09:40:24 -0400Complete Task from RESThttps://answers.axonivy.com/questions/4077/complete-task-from-rest<p>Hi Ivy Team,</p> <p>How to complete a task from REST service in Axon.Ivy ?</p> <p>So, far I saw that I can do .destroy() but it doesn`t feel the right, I believe that there will be some side effects </p> <p>or</p> <p>.setActivator(ivy.session.getSecurityContext().getSystemUser()) but this way I`m loosing the history who was the assignee of the task</p> <p>Any other options ?</p> <p>Maybe to do HTTP call to the end-point /TaskA.iot?taskId=7</p> <p>My goal is to build REST API that can manage the Axon.Ivy tasks from external system.</p> <p>Best Regards, Yordan</p>Stelt0Mon, 07 Oct 2019 09:40:24 -0400https://answers.axonivy.com/questions/4077/complete-task-from-restapijavaresttaskHow to get url for Task in Emailhttps://answers.axonivy.com/questions/2571/how-to-get-url-for-task-in-email<p>Hello Ivy Team,</p> <p>I`m building a process for overriding the default email notifications as described here: <a href="http://developer.axonivy.com/doc/latest/EngineGuideHtml/administration.html#administration-applicationdefaults">http://developer.axonivy.com/doc/latest/EngineGuideHtml/administration.html#administration-applicationdefaults</a></p> <p>I have a problem to build an URL to the task.</p> <p>I`m trying this ways, but no luck:</p> <pre><code>in.task = ivy.wf.findTask(in.notificationTaskId); in.taskUrl = ivy.html.taskstartref(in.task); in.taskUrl = ivy.var.FQDN + in.task.getFullRequestPath() + "?taskId=" + in.notificationTaskId.toString(); </code></pre> <p>the URL is valid but the Id of the task is different than in the Task List view.</p> <p>I`m using version 6.4</p> <p>Am I doing something wrong or this is a bug in this version ? p.s. it does not work bot on the Designer and on the Server</p> <p>Best Regards, Yordan</p>Stelt0Thu, 06 Apr 2017 08:30:18 -0400https://answers.axonivy.com/questions/2571/how-to-get-url-for-task-in-emailurltaskemailTrigger activity - no taskhttps://answers.axonivy.com/questions/1905/trigger-activity-no-task<p>Hello All,</p> <p>I have a HTML Dialog. In the Logic I use the Trigger activity to call a Business Process. It works, but it creates a task. </p> <p>Is there a way to be invoked immediately and not create and assign a task ? My process is pure server-side logic.</p> <p>Best Regards, Yordan Yunchov</p>Stelt0Wed, 20 Jul 2016 07:48:50 -0400https://answers.axonivy.com/questions/1905/trigger-activity-no-taskprocesshtmluserdialogtask